Prepare release v0.3.1

This commit is contained in:
2025-05-13 16:01:57 +02:00
parent 1791ef5243
commit 522ee3ffe5
3 changed files with 4 additions and 3 deletions

View File

@@ -124,7 +124,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Initial release. 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.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.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 [0.2.0]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.2...v0.2.0

2
Cargo.lock generated
View File

@@ -597,7 +597,7 @@ dependencies = [
[[package]] [[package]]
name = "tracing-mutex" name = "tracing-mutex"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"criterion", "criterion",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "tracing-mutex" name = "tracing-mutex"
version = "0.3.0" version = "0.3.1"
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
categories = ["concurrency", "development-tools::debugging"] categories = ["concurrency", "development-tools::debugging"]