From 34e77b08b4674f1bde4bc0cdc2d4162c12da7f41 Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Sat, 20 Jan 2024 13:14: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 6fb3d0bd..8f991cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] (ReleaseDate) +## [v0.2.6] (2024-01-20) + ### Fixed bugs * Fix misuses of `Rf_mkCharLenCE()` which caused compilation error on ARM64 @@ -51,7 +53,8 @@ * `#[savvy]` now accepts `savvy::Sexp` as input. -[Unreleased]: https://github.com/yutannihilation/savvy/compare/v0.2.5...HEAD +[Unreleased]: https://github.com/yutannihilation/savvy/compare/v0.2.6...HEAD +[v0.2.6]: https://github.com/yutannihilation/savvy/compare/v0.2.5...v0.2.6 [v0.2.5]: https://github.com/yutannihilation/savvy/compare/v0.2.4...v0.2.5 [v0.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 9033f0a1..ee17b57e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ members = ["savvy-macro", "savvy-bindgen", "savvy-cli", "savvy-ffi", "xtask"] resolver = "2" [workspace.package] -version = "0.2.5" +version = "0.2.6" edition = "2021" authors = ["Hiroaki Yutani"] license = "MIT"