diff --git a/CHANGELOG.md b/CHANGELOG.md index 927ecf38..a104863b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] (ReleaseDate) +## [0.2.4] (2024-01-15) + ## [v0.2.2] (2024-01-15) ### Breaking changes @@ -29,5 +31,6 @@ * `#[savvy]` now accepts `savvy::Sexp` as input. -[Unreleased]: https://github.com/yutannihilation/savvy/compare/savvy-v0.2.2...HEAD +[Unreleased]: https://github.com/yutannihilation/savvy/compare/v0.2.4...HEAD +[0.2.4]: https://github.com/yutannihilation/savvy/compare/savvy-v0.2.2...v0.2.4 [v0.2.2]: https://github.com/yutannihilation/savvy/compare/savvy-v0.2.1...savvy-v0.2.2 diff --git a/Cargo.toml b/Cargo.toml index 5e9ab0df..e9c57718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ members = ["savvy-macro", "savvy-bindgen", "savvy-cli", "savvy-ffi", "xtask"] resolver = "2" [workspace.package] -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["Hiroaki Yutani"] license = "MIT"