Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Apr 2, 2023
1 parent 9fe6bad commit 25bc5f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,24 @@

Items marked with ⚠️ are breaking changes.

## v1.1.0 - 2023-04-02

### Added

- Implemented `(Dec)Interval::mul_rev_to_pair`.

### Changed

- ⚠️ Bumped the minimum supported Rust version to 1.65.0.
- ⚠️ Updated the following dependencies:
- `gmp-mpfr-sys` from 1.4 to 1.5.
- `rug` from 1.11 to 1.19.

## v1.0.0 - 2022-07-09

### Changed

- ⚠️ Changed the minimum supported Rust version to v1.61.0.
- ⚠️ Bumped the minimum supported Rust version to 1.61.0.

### 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.0.0"
version = "1.1.0"
authors = ["Masashi Mizuno"]
edition = "2021"
rust-version = "1.65.0"
Expand Down

0 comments on commit 25bc5f9

Please sign in to comment.