Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Mar 4, 2024
1 parent 36aa3b2 commit bcdf4ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.4.1] - 2024-03-04
- Add const fn `Atomic::from_impl` to allow creating `static` `Atomic`s [#11](https://github.com/LukasKalbertodt/atomig/pull/11)
- Add `Atom` & `AtomLogic` impl for small, pow2-sized integer arrays [#12](https://github.com/LukasKalbertodt/atomig/pull/12)
- Fix CI badge in README

## [0.4.0] - 2022-04-09
### Changed
- **Breaking**: the minimal supported Rust version (MSRV) is now 1.60
Expand Down Expand Up @@ -76,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Everything.


[Unreleased]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/LukasKalbertodt/atomig/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/LukasKalbertodt/atomig/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/LukasKalbertodt/atomig/compare/v0.3.1...v0.3.2
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 = "atomig"
version = "0.4.0"
version = "0.4.1"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit bcdf4ed

Please sign in to comment.