Skip to content

Commit

Permalink
bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Nov 22, 2024
1 parent cb4bfcd commit 32b900d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.18.0] - 2024-11-22

- Bump MSRV to `1.81.0`.
- Expose option for setting ID function (#202)
Expand Down Expand Up @@ -359,7 +362,9 @@ Refer to: [#107], [#108] and [#109]



[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.17.1...HEAD

[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.18.0...HEAD
[0.18.0]: https://github.com/primait/event_sourcing.rs/compare/0.17.1...0.18.0
[0.17.1]: https://github.com/primait/event_sourcing.rs/compare/0.17.0...0.17.1
[0.17.0]: https://github.com/primait/event_sourcing.rs/compare/0.16.0...0.17.0
[0.16.0]: https://github.com/primait/event_sourcing.rs/compare/0.15.0...0.16.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "esrs"
readme = "README.md"
repository = "https://github.com/primait/event_sourcing.rs"
rust-version = "1.81.0"
version = "0.17.1"
version = "0.18.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 32b900d

Please sign in to comment.