From 3cfb5719571dad1d85ec48fb40e14135f94e5421 Mon Sep 17 00:00:00 2001 From: yvt Date: Mon, 25 Oct 2021 12:50:25 +0900 Subject: [PATCH] chore: bump to 0.2.7 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a207360..837b98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.7] - 2021-10-25 + +- Deprecate 0.2.x because of numerous soundness bugs that require breaking fixes + ## [0.2.6] - 2021-09-11 - Update `README.md` @@ -45,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial release. -[Unreleased]: https://github.com/yvt/cryo/compare/0.2.6...HEAD +[Unreleased]: https://github.com/yvt/cryo/compare/0.2.7...HEAD +[0.2.7]: https://github.com/yvt/cryo/compare/0.2.6...0.2.7 [0.2.6]: https://github.com/yvt/cryo/compare/0.2.4...0.2.6 [0.2.4]: https://github.com/yvt/cryo/compare/0.2.3...0.2.4 [0.2.3]: https://github.com/yvt/cryo/compare/0.2.2...0.2.3 diff --git a/Cargo.toml b/Cargo.toml index b412eba..99332b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryo" -version = "0.2.6" +version = "0.2.7" authors = ["yvt "] license = "MIT/Apache-2.0" readme = "README.md"