From b8d5340fd94810da7f37b3ca48e9eba4c2f88006 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 23:58:32 +0000 Subject: [PATCH] chore: release v0.6.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"