Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 3, 2022
1 parent 57611da commit 79b5f07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.2.0] - 2022-08-03

- Use `portable-atomic` crate on no-std targets to soundly support targets that do not have atomic load/store. ([#4](https://github.com/taiki-e/atomic-memcpy/pull/4))

- `inline-always` optional feature is now considered unstable.
Expand All @@ -34,7 +36,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/atomic-memcpy/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/taiki-e/atomic-memcpy/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/taiki-e/atomic-memcpy/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/taiki-e/atomic-memcpy/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/taiki-e/atomic-memcpy/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/taiki-e/atomic-memcpy/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atomic-memcpy"
version = "0.1.3" #publish:version
version = "0.2.0" #publish:version
edition = "2018"
rust-version = "1.36"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 79b5f07

Please sign in to comment.