Skip to content

Commit

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

---

## [0.17.2] - 2024-11-22

- Expose option for setting ID function (#202)
- Add ID format to `PgStore`
- Allow `PgStoreBuilder` to set ID format
- Support UUID version 7 directly

---

## [0.17.1] - 2024-08-20

### Updated
Expand Down Expand Up @@ -351,7 +360,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.17.2...HEAD
[0.17.2]: https://github.com/primait/event_sourcing.rs/compare/0.17.1...0.17.2
[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.74.0"
version = "0.17.1"
version = "0.17.2"

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

0 comments on commit 3c26273

Please sign in to comment.