Skip to content

Commit 536ee31

Browse files
committed
Prepare for relesae
1 parent e2db0ea commit 536ee31

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
## [0.1.2] - 2021-05-27
10+
911
### Added
1012
- Added missing type aliases for the guards returned by `DebugMutex` and `DebugRwLock`. These new
1113
type aliases function the same as the ones they belong to, resolving to either the tracing
@@ -27,6 +29,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2729

2830
Initial release.
2931

30-
[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.1...HEAD
32+
[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.2...HEAD
33+
[0.1.2]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.2...v0.1.2
3134
[0.1.1]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.0...v0.1.1
3235
[0.1.0]: https://github.com/bertptrs/tracing-mutex/releases/tag/v0.1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-mutex"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Bert Peters <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)