diff --git a/CHANGELOG.md b/CHANGELOG.md index 06756fa8..d573fa33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.0-rc.2] - 2022-01-25 ### Added - Support [`ZeroizeOnDrop`](https://docs.rs/zeroize/1.5.0/zeroize/trait.ZeroizeOnDrop.html). @@ -18,5 +18,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.1...HEAD +[1.0.0-rc.2]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.1...v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/ModProg/derive-where/releases/tag/v1.0.0-rc.1 diff --git a/Cargo.toml b/Cargo.toml index 122e5b67..ee7656de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" name = "derive-where" readme = "README.md" repository = "https://github.com/ModProg/derive-where" -rust-version = "1.34.2" +rust-version = "1.34" version = "1.0.0-rc.2" [lib]