From 522ee3ffe5b9b7be0a1617c37e7b1beba1bd7001 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 13 May 2025 16:01:57 +0200 Subject: [PATCH] Prepare release v0.3.1 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bea1c..6bae18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,7 +124,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Initial release. -[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/bertptrs/tracing-mutex/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/bertptrs/tracing-mutex/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/bertptrs/tracing-mutex/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.2...v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index f0e4666..2f8abc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,7 @@ dependencies = [ [[package]] name = "tracing-mutex" -version = "0.3.0" +version = "0.3.1" dependencies = [ "autocfg", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 30ba015..889168b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-mutex" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT OR Apache-2.0" categories = ["concurrency", "development-tools::debugging"]