File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
2830Initial 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
Original file line number Diff line number Diff line change 11[package ]
22name = " tracing-mutex"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [
" Bert Peters <[email protected] >" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments