Skip to content

Commit dd39953

Browse files
committed
Release portable-atomic 1.8.0
1 parent a0b3e1b commit dd39953

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [1.8.0] - 2024-09-20
14+
1315
- Improve diagnostics when method that requires CAS is unavailable. ([#181](https://github.com/taiki-e/portable-atomic/pull/181))
1416

1517
Before:
@@ -467,7 +469,8 @@ The latest version of portable-atomic is 1.x. This release makes portable-atomic
467469

468470
Initial release
469471

470-
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.7.0...HEAD
472+
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.8.0...HEAD
473+
[1.8.0]: https://github.com/taiki-e/portable-atomic/compare/v1.7.0...v1.8.0
471474
[1.7.0]: https://github.com/taiki-e/portable-atomic/compare/v1.6.0...v1.7.0
472475
[1.6.0]: https://github.com/taiki-e/portable-atomic/compare/v1.5.1...v1.6.0
473476
[1.5.1]: https://github.com/taiki-e/portable-atomic/compare/v1.5.0...v1.5.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portable-atomic"
3-
version = "1.7.0" #publish:version
3+
version = "1.8.0" #publish:version
44
edition = "2018"
55
rust-version = "1.34"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)