diff --git a/CHANGELOG.md b/CHANGELOG.md index e641de5b..5ebf5add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.3.5] - 2024-11-23 + - Documentation improvements. ## [0.3.4] - 2024-11-19 @@ -280,7 +282,8 @@ This release includes improvements to platform support, various optimizations, [ Initial release -[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.4...HEAD +[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.5...HEAD +[0.3.5]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.1...v0.3.2 diff --git a/Cargo.toml b/Cargo.toml index c1d7d092..63349aaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atomic-maybe-uninit" -version = "0.3.4" #publish:version +version = "0.3.5" #publish:version edition = "2021" rust-version = "1.59" license = "Apache-2.0 OR MIT"