From 38906651e7088e0c6df46c2977e1735629e746f0 Mon Sep 17 00:00:00 2001 From: "release-plz-scottbot95[bot]" <161648441+release-plz-scottbot95[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 18:28:27 +0000 Subject: [PATCH] chore: release --- screeps-async-macros/CHANGELOG.md | 6 ++++++ screeps-async-macros/Cargo.toml | 2 +- screeps-async/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/screeps-async-macros/CHANGELOG.md b/screeps-async-macros/CHANGELOG.md index db1acaa..410afb4 100644 --- a/screeps-async-macros/CHANGELOG.md +++ b/screeps-async-macros/CHANGELOG.md @@ -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 diff --git a/screeps-async-macros/Cargo.toml b/screeps-async-macros/Cargo.toml index 022a003..1dc3229 100644 --- a/screeps-async-macros/Cargo.toml +++ b/screeps-async-macros/Cargo.toml @@ -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" diff --git a/screeps-async/Cargo.toml b/screeps-async/Cargo.toml index de03c86..57e9cf8 100644 --- a/screeps-async/Cargo.toml +++ b/screeps-async/Cargo.toml @@ -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 }