From c00b35b84b13dd0aea2f6d3c134d25ff32311734 Mon Sep 17 00:00:00 2001 From: Ralph Ursprung Date: Sat, 7 Jan 2023 11:15:05 +0100 Subject: [PATCH] chore: Release r2d2-oracle version 0.6.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021339c..1553db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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). @@ -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. -[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 diff --git a/Cargo.toml b/Cargo.toml index dfe8620..0d0585b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r2d2-oracle" -version = "0.5.0" +version = "0.6.0" authors = ["Ralph Ursprung "] edition = "2021" rust-version = "1.56"