Skip to content

Commit

Permalink
Release 0.5.1 with seize upgrade (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Apr 21, 2024
1 parent 29d507f commit a6a0196
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.5.1] - 2024-04-21
### Changed
- Updated to `seize 0.3` ([#123])
- Fixed long-standing miri warning ([#123])

## [0.5.0] - 2024-02-11
### Changed
- (BREAKING) Updated to `ahash 0.8` ([#121])
Expand Down Expand Up @@ -48,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First "real" release.

[Unreleased]: https://github.com/jonhoo/flurry/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/jonhoo/flurry/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/jonhoo/flurry/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/jonhoo/flurry/compare/v0.4.0...v0.5.0
[0.4.1]: https://github.com/jonhoo/flurry/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/jonhoo/flurry/compare/v0.3.1...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flurry"
version = "0.5.0"
version = "0.5.1"
authors = ["Jon Gjengset <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a6a0196

Please sign in to comment.