Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz-scottbot95[bot] authored Sep 21, 2024
1 parent 1337e69 commit 3890665
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions screeps-async-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-macros-v0.1.3...screeps-async-macros-v0.1.4) - 2024-09-21

### Other

- release ([#8](https://github.com/rustyscreeps/screeps-async/pull/8))

## [0.1.3](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-macros-v0.1.2...screeps-async-macros-v0.1.3) - 2024-03-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion screeps-async-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "screeps-async-macros"
description = "Macros for screeps-async"
repository = "https://github.com/rustyscreeps/screeps-async"
homepage = "https://github.com/rustyscreeps/screeps-async"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion screeps-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
readme = "../README.md"

[dependencies]
screeps-async-macros = { version = "0.1.3", path = "../screeps-async-macros" }
screeps-async-macros = { version = "0.1.4", path = "../screeps-async-macros" }

async-task = "4.7"
flume = { version = "0.11", default-features = false }
Expand Down

0 comments on commit 3890665

Please sign in to comment.