All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.7.0 - 2024-05-30
- Update to
oracle 0.6.0
- The Minimum Supported Rust Version (MSRV) is now 1.60.0 due to changes in recent releases of
oracle
.
0.6.0 - 2023-01-07
- 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).
0.5.0 - 2021-04-28
- Update to
oracle 0.5.1
0.4.0 - 2021-03-09
- The minimum required
rustc
version is now 1.42.0
0.3.0 - 2020-01-09
- Added support for the
chrono
feature of theoracle
create by exposing it as thechrono
feature here as well.