From 536ee31138fe09c41583b4ee2e47abf92b984018 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 27 May 2021 21:07:34 +0200 Subject: [PATCH] Prepare for relesae --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ccf6a3..e45d5f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.2] - 2021-05-27 + ### Added - Added missing type aliases for the guards returned by `DebugMutex` and `DebugRwLock`. These new 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). Initial release. -[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.2...v0.1.2 [0.1.1]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/bertptrs/tracing-mutex/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 5160317..9be107a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-mutex" -version = "0.1.1" +version = "0.1.2" authors = ["Bert Peters "] edition = "2018" license = "MIT OR Apache-2.0"