From ae9e1f7eebc89abb66de03744361e842232b118e Mon Sep 17 00:00:00 2001 From: "release-plz-scottbot95[bot]" <161648441+release-plz-scottbot95[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 03:42:36 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz-scottbot95[bot] <161648441+release-plz-scottbot95[bot]@users.noreply.github.com> --- screeps-async/CHANGELOG.md | 10 ++++++++++ screeps-async/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/screeps-async/CHANGELOG.md b/screeps-async/CHANGELOG.md index 47a7328..aac6b97 100644 --- a/screeps-async/CHANGELOG.md +++ b/screeps-async/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-v0.2.0...screeps-async-v0.2.1) - 2024-03-23 + +### Added +- Add async `RwLock` +- Add `Mutex` ([#4](https://github.com/rustyscreeps/screeps-async/pull/4)) + +### Fixed +- Refactor test time abstractions to make new version of clippy happy +- Don't try to queue tasks after Runtime is dropped causing panics + ## [0.2.0](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-v0.1.1...screeps-async-v0.2.0) - 2024-03-05 ### Added diff --git a/screeps-async/Cargo.toml b/screeps-async/Cargo.toml index 6ea6b76..f63a739 100644 --- a/screeps-async/Cargo.toml +++ b/screeps-async/Cargo.toml @@ -3,7 +3,7 @@ name = "screeps-async" description = "Tick-aware Async runtime for Screeps" repository = "https://github.com/rustyscreeps/screeps-async" homepage = "https://github.com/rustyscreeps/screeps-async" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" readme = "../README.md"