diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5b97c..b1d5699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.2](https://github.com/Amanieu/atomic-rs/compare/v0.6.1...v0.6.2) - 2025-09-16 + +### Fixed + +- fix x86 32 bit build + ## [0.6.1](https://github.com/Amanieu/atomic-rs/compare/v0.6.0...v0.6.1) - 2025-06-19 ### Other diff --git a/Cargo.toml b/Cargo.toml index 016922d..5bfb2fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atomic" -version = "0.6.1" +version = "0.6.2" edition = "2018" authors = ["Amanieu d'Antras "] description = "Generic Atomic wrapper type"