Skip to content

Commit

Permalink
v0.7.0 (#110)
Browse files Browse the repository at this point in the history
* v0.7.0

* Lowercase letter...:
  • Loading branch information
cottinisimone authored Sep 29, 2022
1 parent eff556f commit d7a25bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.7.0]

Note: this version contains hard breaking changes and may take a lot of time in order to upgrade library version!
Refer to: [#107], [#108] and [#109]

Expand All @@ -25,7 +29,7 @@ Refer to: [#107], [#108] and [#109]
application startup. It tries to create the event table and its indexes if they not exist.
- `set_projectors` function to set the store projectors list.
- `set_policies` function to set the store policies list.
- `PgStore` and all its dependencies are now cloneable.
- `PgStore` and all its dependencies are now cloneable. Is behind and Arc and is safely cloneable.

- `Projector` should implement `delete` function.

Expand Down Expand Up @@ -103,7 +107,6 @@ Refer to: [#107], [#108] and [#109]
- `AggregateState`
- `new_with_state` removed due to potential inconsistency while loading state.


---

## [0.6.2]
Expand All @@ -112,7 +115,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.6.2...HEAD
[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.7.0...HEAD
[0.7.0]: https://github.com/primait/event_sourcing.rs/compare/0.6.2...0.7.0
[0.6.2]: https://github.com/primait/event_sourcing.rs/compare/0.6.1...0.6.2

[#107]: https://github.com/primait/event_sourcing.rs/pull/107
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.6.2"
version = "0.7.0"

[workspace]
members = [
Expand Down

0 comments on commit d7a25bb

Please sign in to comment.