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.3.2 - 2024-03-25
- Expose
DateTime
type to be used as replacement for some deprecated methods.
0.3.1 - 2024-02-01
- Implemented common traits for
Hours
.
- Raised MSRV to 1.62.0.
0.3.0 - 2022-02-19
- [breaking-change] Extract the
datetime()
andset_datetime()
methods into a separateDateTimeAccess
trait and recommend using only that trait. - [breaking-change] Remove
get_
from all method names to comply with the Rust API guidelines.
0.2.1 - 2021-06-05
- Bumped minimum version of
chrono
to solve issues withno-std
. Thanks to @Piroro-hs.
0.2.0 - 2020-02-09
- Changed
get_datetime()
andset_datetime()
parameter fromDateTime
tochrono::NaiveDateTime
.
- Methods to set and get date and time using
chrono::NaiveDate
andchrono::NaiveTime
:get_time()
set_time()
get_date()
set_date()
chrono
dependency.
DateTime
data structure was replaced bychrono::NaiveDateTime
.
0.1.0 - 2019-09-15
This is the initial release to crates.io. There may be some API changes in the future. All changes will be documented in this CHANGELOG.