Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.43 KB

Changelog

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

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 oracle.

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).

0.5.0 - 2021-04-28

Changed

  • Update to oracle 0.5.1

0.4.0 - 2021-03-09

Changed

  • The minimum required rustc version is now 1.42.0

0.3.0 - 2020-01-09

Added

  • Added support for the chrono feature of the oracle create by exposing it as the chrono feature here as well.