From 56d7bca1bd6cfb92d653e1f0d883809c243fad3c Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Tue, 12 Mar 2024 00:31:18 +0900 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c2a128..0ad7823e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] (ReleaseDate) +## [v0.2.18] (2024-03-11) + ### Minor improvements * The version requirement is a bit more strict now. @@ -157,7 +159,8 @@ * `#[savvy]` now accepts `savvy::Sexp` as input. -[Unreleased]: https://github.com/yutannihilation/savvy/compare/v0.2.17...HEAD +[Unreleased]: https://github.com/yutannihilation/savvy/compare/v0.2.18...HEAD +[v0.2.18]: https://github.com/yutannihilation/savvy/compare/v0.2.17...v0.2.18 [v0.2.17]: https://github.com/yutannihilation/savvy/compare/v0.2.16...v0.2.17 [v0.2.16]: https://github.com/yutannihilation/savvy/compare/v0.2.15...v0.2.16 [v0.2.15]: https://github.com/yutannihilation/savvy/compare/v0.2.14...v0.2.15 diff --git a/Cargo.toml b/Cargo.toml index 08829ea7..36c9a7a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ members = ["savvy-macro", "savvy-bindgen", "savvy-cli", "savvy-ffi", "xtask"] resolver = "2" [workspace.package] -version = "0.2.17" +version = "0.2.18" edition = "2021" authors = ["Hiroaki Yutani"] license = "MIT"