From 17579f0b3d01310f695c8958c2aca94d13481516 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 7 May 2023 13:18:49 +0900 Subject: [PATCH] Release portable-atomic 1.3.1 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a60fc95e..1ef300ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [1.3.1] - 2023-05-07 + - Documentation improvements. ## [1.3.0] - 2023-05-06 @@ -312,7 +314,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/taiki-e/portable-atomic/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/taiki-e/portable-atomic/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/taiki-e/portable-atomic/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/taiki-e/portable-atomic/compare/v1.0.1...v1.1.0 diff --git a/Cargo.toml b/Cargo.toml index e8196280..c2ed7633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portable-atomic" -version = "1.3.0" #publish:version +version = "1.3.1" #publish:version edition = "2018" rust-version = "1.34" license = "Apache-2.0 OR MIT"