Skip to content

Commit

Permalink
chore: bump to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Oct 25, 2021
1 parent 00052ba commit 3cfb571
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
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 = "cryo"
version = "0.2.6"
version = "0.2.7"
authors = ["yvt <i@yvt.jp>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 3cfb571

Please sign in to comment.