Skip to content

Commit f4a60ff

Browse files
committed
Update CHANGELOG.md and Cargo.toml. Tag v0.1.4.
1 parent ef0d80d commit f4a60ff

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## v0.1.3 - 2021-05-17
10+
## [v0.1.4] - 2022-01-27
11+
12+
- Use Rust's inline `asm` macro instead of `llvm_asm`; the latter was [removed](https://github.com/rust-lang/rust/pull/92816)
13+
from `rustc`.
14+
15+
## [v0.1.3] - 2021-05-17
1116

1217
- Remove `const_fn` feature gate, as it was removed from `rustc` after `v1.53.0`.
1318

14-
## v0.1.2 - 2020-06-09
19+
## [v0.1.2] - 2020-06-09
1520

16-
- Use llvm_asm instead of asm
21+
- Use `llvm_asm` instead of `asm`
1722

18-
## v0.1.1 - 2019-12-16
23+
## [v0.1.1] - 2019-12-16
1924

2025
- Expose AtomicOperations trait for public use
2126

@@ -27,5 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2732

2833
Initial release
2934

30-
[Unreleased]: https://github.com/pftbest/msp430-atomic/compare/v0.1.2...HEAD
35+
[Unreleased]: https://github.com/pftbest/msp430-atomic/compare/v0.1.4...HEAD
36+
[v0.1.4]: https://github.com/pftbest/msp430-atomic/compare/v0.1.3...v0.1.4
37+
[v0.1.3]: https://github.com/pftbest/msp430-atomic/compare/v0.1.2...v0.1.3
3138
[v0.1.2]: https://github.com/pftbest/msp430-atomic/compare/v0.1.1...v0.1.2
39+
[v0.1.1]: https://github.com/pftbest/msp430-atomic/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Atomic operations for MSP430 microcontrollers"
77
documentation = "https://docs.rs/msp430-atomic"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/pftbest/msp430-atomic"
10-
version = "0.1.3"
10+
version = "0.1.4"
1111

1212
[profile.release]
1313
opt-level = "s"

0 commit comments

Comments
 (0)