Skip to content

Commit

Permalink
chore: Release r2d2-oracle version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rursprung committed May 30, 2024
1 parent fbb4cc0 commit 547d517
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.7.0] - 2024-05-30
### Changed
* Update to `oracle 0.6.0`
* The Minimum Supported Rust Version (MSRV) is now 1.60.0 due to changes in recent releases of
Expand All @@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Added support for the `chrono` feature of the `oracle` create by exposing it as the `chrono` feature here as well.

<!-- next-url -->
[Unreleased]: https://github.com/rursprung/r2d2-oracle/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/rursprung/r2d2-oracle/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/rursprung/r2d2-oracle/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/rursprung/r2d2-oracle/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/rursprung/r2d2-oracle/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/rursprung/r2d2-oracle/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r2d2-oracle"
version = "0.6.0"
version = "0.7.0"
authors = ["Ralph Ursprung <ralph.ursprung@gmail.com>"]
edition = "2021"
rust-version = "1.60"
Expand Down

0 comments on commit 547d517

Please sign in to comment.