From ef348da5208b9ee6b7633f0c0505d973d639659f Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 20 Apr 2021 18:36:46 +0200 Subject: [PATCH] Prepare 0.2.1 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201177b..7869e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [0.2.1] - 2021-04-20 ### Added - Added a new "Mutex" and bus-manager for compatibility with RTIC. Check the documentation for the `BusManagerAtomicCheck` for details. @@ -60,5 +63,6 @@ works. ## 0.1.0 - 2018-08-13 Initial release -[Unreleased]: https://github.com/Rahix/shared-bus/compare/v0.2.0...master +[Unreleased]: https://github.com/Rahix/shared-bus/compare/v0.2.1...master +[0.2.1]: https://github.com/Rahix/shared-bus/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Rahix/shared-bus/compare/e24defd5c802...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index c42722a..71d3354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared-bus" -version = "0.2.0" +version = "0.2.1" authors = ["Rahix "] edition = "2018"