Skip to content

Commit fa264bc

Browse files
committed
Release 0.2.0
1 parent 62c4941 commit fa264bc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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+
## [0.2.0] - 2022-03-10
14+
1315
- Remove `i128` feature. `Atomic{I,U}128` are now always enabled.
1416

1517
- Add `outline-atomics` feature. Currently, this is the same as the 0.1's `i128-dynamic`, except that `fallback` feature is not implicitly enabled.
@@ -40,7 +42,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
4042

4143
Initial release
4244

43-
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v0.1.4...HEAD
45+
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v0.2.0...HEAD
46+
[0.2.0]: https://github.com/taiki-e/portable-atomic/compare/v0.1.4...v0.2.0
4447
[0.1.4]: https://github.com/taiki-e/portable-atomic/compare/v0.1.3...v0.1.4
4548
[0.1.3]: https://github.com/taiki-e/portable-atomic/compare/v0.1.2...v0.1.3
4649
[0.1.2]: https://github.com/taiki-e/portable-atomic/compare/v0.1.1...v0.1.2

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 = "0.1.4"
3+
version = "0.2.0"
44
edition = "2018"
55
rust-version = "1.34"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)