Skip to content

Commit 9e519ce

Browse files
committed
Bump to v2.0.0
1 parent 7da80d3 commit 9e519ce

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Items 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inari"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
authors = ["Masashi Mizuno"]
55
edition = "2021"
66
rust-version = "1.65.0"

0 commit comments

Comments
 (0)