Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: release-plz-scottbot95[bot] <161648441+release-plz-scottbot95[bot]@users.noreply.github.com>
  • Loading branch information
release-plz-scottbot95[bot] committed Mar 23, 2024
1 parent 0756990 commit ae9e1f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions screeps-async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion screeps-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae9e1f7

Please sign in to comment.