Skip to content

Commit c4d211a

Browse files
committed
Prepare for release
1 parent f524318 commit c4d211a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
## [0.1.1] - 2021-05-24
10+
911
### Changed
1012
- New data structure for interal dependency graph, resulting in quicker graph updates.
1113

1214
### Fixed
1315
- Fixed an issue where internal graph ordering indices were exponential rather than sequential.
1416

15-
## [0.1.0] - 2020-05-16
17+
## [0.1.0] - 2021-05-16 [YANKED]
1618

1719
Initial release.
1820

19-
[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.0...HEAD
21+
[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.1...HEAD
22+
[0.1.1]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.0...v0.1.1
2023
[0.1.0]: https://github.com/bertptrs/tracing-mutex/releases/tag/v0.1.0

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.1.0"
3+
version = "0.1.1"
44
authors = ["Bert Peters <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)