Skip to content

Commit

Permalink
Merge pull request #2 from rustyscreeps/release-plz-2024-03-03T07-16-05Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
scottbot95 authored Mar 3, 2024
2 parents b88e1a6 + e588bf3 commit b3b6148
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions screeps-async-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-macros-v0.1.0...screeps-async-macros-v0.1.1) - 2024-03-03

### Fixed
- Add missing README to crate artifacts

## [0.1.0](https://github.com/rustyscreeps/screeps-async/releases/tag/screeps-async-macros-v0.1.0) - 2024-03-03

Initial Release!
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.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down
6 changes: 6 additions & 0 deletions screeps-async/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.1](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-v0.1.0...screeps-async-v0.1.1) - 2024-03-03

### Fixed
- Typo in module docs
- Add missing README to crate artifacts

## [0.1.0](https://github.com/rustyscreeps/screeps-async/releases/tag/screeps-async-v0.1.0) - 2024-03-03

Initial Release!
Expand Down
4 changes: 2 additions & 2 deletions screeps-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ 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.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
readme = "../README.md"

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

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

0 comments on commit b3b6148

Please sign in to comment.