Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 753b9e7

Browse files
bors[bot]korken89
andauthored
Merge #8
8: Preparing for v0.2.0 release r=therealprof a=korken89 Lets release the fixed `Exclusive` Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2 parents 0327c7e + 4c21375 commit 753b9e7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0]
11+
12+
### Changes
13+
14+
- [breaking-change] `Exclusive` was changed to be a reference wrapper to work with external resources
15+
16+
## [0.1.0]
17+
1018
- First release
1119

20+
[Unreleased]: https://github.com/rust-embedded/mutex-trait/compare/v0.2.0...HEAD
21+
[v0.2.0]: https://github.com/rust-embedded/mutex-trait/compare/v0.1.0...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ license = "MIT OR Apache-2.0"
1010
name = "mutex-trait"
1111
readme = "README.md"
1212
repository = "https://github.com/rust-embedded/mutex-trait"
13-
version = "0.1.0"
13+
version = "0.2.0"
1414
edition = "2018"

0 commit comments

Comments
 (0)