Skip to content

Commit

Permalink
chore: Release r2d2-oracle version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rursprung committed Jan 7, 2023
1 parent 558bf8c commit c00b35b
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.6.0] - 2023-01-07
### Changed
* The Minimum Supported Rust Version (MSRV) is now 1.56.0 due the switch to the 2021 rust edition
and due to changes in recent releases of `oracle` (which requires at least 1.54.0).
Expand All @@ -23,7 +25,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.5.0...HEAD
[Unreleased]: https://github.com/rursprung/r2d2-oracle/compare/v0.6.0...HEAD
[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
[0.3.0]: https://github.com/rursprung/r2d2-oracle/compare/v0.2.0...v0.3.0
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.5.0"
version = "0.6.0"
authors = ["Ralph Ursprung <ralph.ursprung@gmail.com>"]
edition = "2021"
rust-version = "1.56"
Expand Down

0 comments on commit c00b35b

Please sign in to comment.