Skip to content

Commit bcdf4ed

Browse files
Bump version to 0.4.1
1 parent 36aa3b2 commit bcdf4ed

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2024-03-04
10+
- Add const fn `Atomic::from_impl` to allow creating `static` `Atomic`s [#11](https://github.com/LukasKalbertodt/atomig/pull/11)
11+
- Add `Atom` & `AtomLogic` impl for small, pow2-sized integer arrays [#12](https://github.com/LukasKalbertodt/atomig/pull/12)
12+
- Fix CI badge in README
13+
914
## [0.4.0] - 2022-04-09
1015
### Changed
1116
- **Breaking**: the minimal supported Rust version (MSRV) is now 1.60
@@ -76,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7681
- Everything.
7782

7883

79-
[Unreleased]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.0...HEAD
84+
[Unreleased]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.1...HEAD
85+
[0.4.1]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.0...v0.4.1
8086
[0.4.0]: https://github.com/LukasKalbertodt/atomig/compare/v0.3.3...v0.4.0
8187
[0.3.3]: https://github.com/LukasKalbertodt/atomig/compare/v0.3.2...v0.3.3
8288
[0.3.2]: https://github.com/LukasKalbertodt/atomig/compare/v0.3.1...v0.3.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 = "atomig"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)