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] authored and scottbot95 committed Mar 3, 2024
1 parent adf9fb6 commit b0a08ef
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
14 changes: 14 additions & 0 deletions screeps-async-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

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.1.0](https://github.com/rustyscreeps/screeps-async/releases/tag/screeps-async-macros-v0.1.0) - 2024-03-03

Initial Release!

### Added
- Add #[main] macro to automatically call ScreepsRuntime.run()
17 changes: 17 additions & 0 deletions screeps-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

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.1.0](https://github.com/rustyscreeps/screeps-async/releases/tag/screeps-async-v0.1.0) - 2024-03-03

Initial Release!

### Added
- *(spawn)* `spawn` function to run async tasks in the background
- *(block_on)* Add `block_on` function to allow blocking on a future
- *(yield_now)* Add `yield_now` helper to yield execution back to scheduler without delaying to the next tick
- *(each_tick)* Add `each_tick!` macro to run resolve a set of dependencies an async block each tick
2 changes: 1 addition & 1 deletion screeps-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ flume = { version = "0.11", default-features = false }
screeps-game-api = "0.20.1"

[dev-dependencies]
rstest = "0.18.2"
rstest = "0.18.2"

0 comments on commit b0a08ef

Please sign in to comment.