Skip to content

Commit

Permalink
v0.11.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone authored Apr 3, 2023
1 parent 5ebb5d3 commit a993edf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 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.11.0] - 2023-04-03

### Changed

- [[#144]]
Expand Down Expand Up @@ -221,7 +224,8 @@ Refer to: [#107], [#108] and [#109]
- Bump min version of supported Rust to 1.58 since <1.58 fails to resolve sqlx-core dep


[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.10.2...HEAD
[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.11.0...HEAD
[0.11.0]: https://github.com/primait/event_sourcing.rs/compare/0.10.2...0.11.0
[0.10.2]: https://github.com/primait/event_sourcing.rs/compare/0.10.1...0.10.2
[0.10.1]: https://github.com/primait/event_sourcing.rs/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/primait/event_sourcing.rs/compare/0.9.0...0.10.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.58.0"
version = "0.10.2"
version = "0.11.0"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Event Sourcing RS uses under the hood [`sqlx`].
# Cargo.toml
[dependencies]
# postgres database
esrs = { version = "0.10", features = ["postgres"] }
esrs = { version = "0.11", features = ["postgres"] }
sqlx = { version = "0.6", features = ["postgres", "runtime-tokio-native-tls", "uuid", "json", "chrono"] }
```

Expand Down

0 comments on commit a993edf

Please sign in to comment.