Skip to content

Commit

Permalink
Merge pull request #39 from rust-embedded/release-112
Browse files Browse the repository at this point in the history
Release v1.1.2
  • Loading branch information
eldruin authored Aug 9, 2023
2 parents 6da5af5 + 76742d3 commit 84b3a79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

No unreleased changes yet

## [v1.1.2] - 2023-08-09

- Clarified that `acquire()` must provide ordering guarantees
- Updated atomic-polyfill reference to point to portable-atomic instead
- Improved documentation for `Mutex` example
Expand Down Expand Up @@ -115,7 +119,8 @@ If you're seeing a linker error like `undefined symbol: _critical_section_1_0_ac

- First release

[Unreleased]: https://github.com/rust-embedded/critical-section/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/rust-embedded/critical-section/compare/v1.1.2...HEAD
[v1.1.2]: https://github.com/rust-embedded/critical-section/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/rust-embedded/critical-section/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/rust-embedded/critical-section/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/rust-embedded/critical-section/compare/v1.0.0-alpha.2...v1.0.0
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 = "critical-section"
version = "1.1.1"
version = "1.1.2"
edition = "2018"
description = "Cross-platform critical section"
repository = "https://github.com/rust-embedded/critical-section"
Expand Down

0 comments on commit 84b3a79

Please sign in to comment.