From c4d211a923dee6f556378c0692796492e03268c9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 24 May 2021 15:38:20 +0200 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca9de7..0a2b731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.1] - 2021-05-24 + ### Changed - New data structure for interal dependency graph, resulting in quicker graph updates. ### Fixed - Fixed an issue where internal graph ordering indices were exponential rather than sequential. -## [0.1.0] - 2020-05-16 +## [0.1.0] - 2021-05-16 [YANKED] Initial release. -[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/bertptrs/tracing-mutex/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/bertptrs/tracing-mutex/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 6b175ef..5160317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-mutex" -version = "0.1.0" +version = "0.1.1" authors = ["Bert Peters "] edition = "2018" license = "MIT OR Apache-2.0"