Skip to content

Commit 003f6a0

Browse files
committed
Prepare for release v0.3.2
This is a bugfix release and contains no new functionality.
1 parent d72827a commit 003f6a0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.3.2]
10+
911
### Fixed
1012

1113
- `std::sync` wrappers now no longer incorrectly require `T: Sized`
@@ -132,7 +134,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
132134

133135
Initial release.
134136

135-
[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.3.1...HEAD
137+
[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.3.2...HEAD
138+
[0.3.2]: https://github.com/bertptrs/tracing-mutex/compare/v0.3.1...v0.3.2
136139
[0.3.1]: https://github.com/bertptrs/tracing-mutex/compare/v0.3.0...v0.3.1
137140
[0.3.0]: https://github.com/bertptrs/tracing-mutex/compare/v0.2.1...v0.3.0
138141
[0.2.1]: https://github.com/bertptrs/tracing-mutex/compare/v0.2.0...v0.2.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
categories = ["concurrency", "development-tools::debugging"]

0 commit comments

Comments
 (0)