Skip to content

Commit

Permalink
Merge pull request #49 from chrysn-pull-requests/release-113
Browse files Browse the repository at this point in the history
Release v1.1.3
  • Loading branch information
Dirbaio committed Aug 21, 2024
2 parents 6325940 + 2862a52 commit 3a328a8
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 @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

No unreleased changes yet

## [v1.1.3] - 2024-08-22

- Added option to use a `usize` sized restore state

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

- Clarified that `acquire()` must provide ordering guarantees
Expand Down Expand Up @@ -119,7 +123,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.2...HEAD
[Unreleased]: https://github.com/rust-embedded/critical-section/compare/v1.1.3...HEAD
[v1.1.2]: https://github.com/rust-embedded/critical-section/compare/v1.1.2...v1.1.3
[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
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.2"
version = "1.1.3"
edition = "2018"
description = "Cross-platform critical section"
repository = "https://github.com/rust-embedded/critical-section"
Expand Down

0 comments on commit 3a328a8

Please sign in to comment.