Skip to content

Commit

Permalink
Bump to 0.9.0 for release (#132)
Browse files Browse the repository at this point in the history
* Add .versions.yml

* Bump for release
  • Loading branch information
oliverbrowneprima authored Nov 21, 2022
1 parent dd26a57 commit 6c79c7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- path: Cargo.toml
pattern: '^version = \"{version}\"'
8 changes: 7 additions & 1 deletion 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.9.0] - 2022-11-21

### Added

- Added tracing spans for application of policies and projection of events
Expand Down Expand Up @@ -162,7 +166,9 @@ 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.8.0...HEAD

[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.9.0...HEAD
[0.9.0]: https://github.com/primait/event_sourcing.rs/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/primait/event_sourcing.rs/compare/0.7.1...0.8.0
[0.7.1]: https://github.com/primait/event_sourcing.rs/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/primait/event_sourcing.rs/compare/0.6.2...0.7.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.8.0"
version = "0.9.0"

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

0 comments on commit 6c79c7d

Please sign in to comment.