Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Jul 9, 2022
1 parent 82eaf85 commit 25a20ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

The icon ⚠️ indicates a breaking change.
Items marked with ⚠️ are breaking changes.

## Unreleased
## v1.0.0 - 2022-07-09

### Changed

Expand All @@ -12,7 +12,7 @@ The icon ⚠️ indicates a breaking change.

- ⚠️ Removed the macro `interval!(s, exact)`.

Use the macro `interval_exact!(s)` instead. The removal should have been done in [v0.14.0](#v0140---2022-02-11).
Use the macro `interval_exact!(s)` [introduced](#v0140---2022-02-11) in v0.14.0 instead. (The removal should have been made in that version.)

## v0.15.0 - 2022-04-03

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 = "0.15.0"
version = "1.0.0"
authors = ["Masashi Mizuno"]
edition = "2021"
rust-version = "1.61.0"
Expand Down

0 comments on commit 25a20ba

Please sign in to comment.