File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
1719Initial 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
Original file line number Diff line number Diff line change 11[package ]
22name = " tracing-mutex"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44authors = [
" Bert Peters <[email protected] >" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments