File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Items marked with ⚠️ are breaking changes.
44
5+ ## v2.0.0 - 2024-08-07
6+
7+ ### Added
8+
9+ - Implemented the traits ` Send ` , ` Sync ` , and ` Unpin ` for ` (Dec)Interval ` .
10+
11+ ### Changed
12+
13+ - ⚠️ Renamed ` (Dec)Interval::round_ties_to_even ` to ` (DecInterval)::round_ties_even ` .
14+
515## v1.1.0 - 2023-04-02
616
717### Added
@@ -75,7 +85,7 @@ The crate requires a nightly toolchain >= `nightly-2021-10-05`.
7585
7686### Added
7787
78- - Implemented the trait ` Hash ` for ` Interval ` , ` Decoration ` and ` Overlap ` .
88+ - Implemented the trait ` Hash ` for ` Interval ` , ` Decoration ` , and ` Overlap ` .
7989
8090### Removed
8191
Original file line number Diff line number Diff line change 11[package ]
22name = " inari"
3- version = " 1.1 .0"
3+ version = " 2.0 .0"
44authors = [" Masashi Mizuno" ]
55edition = " 2021"
66rust-version = " 1.65.0"
You can’t perform that action at this time.
0 commit comments