Skip to content

Commit

Permalink
Bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Aug 7, 2024
1 parent 7da80d3 commit 9e519ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Items marked with ⚠️ are breaking changes.

## v2.0.0 - 2024-08-07

### Added

- Implemented the traits `Send`, `Sync`, and `Unpin` for `(Dec)Interval`.

### Changed

- ⚠️ Renamed `(Dec)Interval::round_ties_to_even` to `(DecInterval)::round_ties_even`.

## v1.1.0 - 2023-04-02

### Added
Expand Down Expand Up @@ -75,7 +85,7 @@ The crate requires a nightly toolchain >= `nightly-2021-10-05`.

### Added

- Implemented the trait `Hash` for `Interval`, `Decoration` and `Overlap`.
- Implemented the trait `Hash` for `Interval`, `Decoration`, and `Overlap`.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inari"
version = "1.1.0"
version = "2.0.0"
authors = ["Masashi Mizuno"]
edition = "2021"
rust-version = "1.65.0"
Expand Down

0 comments on commit 9e519ce

Please sign in to comment.