Skip to content

Commit 231608e

Browse files
chore: release
1 parent 0424a6e commit 231608e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Tick-aware Async Runtime for Screeps
1616
Add `screeps-async` to your `Cargo.toml`
1717
```toml
1818
[dependencies]
19-
screeps-async = "0.3.0"
19+
screeps-async = "0.3.1"
2020
```
2121

2222
**IMPORTANT**: This project is very much in an early stage and significant, breaking changes may

screeps-async/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-v0.3.0...screeps-async-v0.3.1) - 2024-09-21
10+
11+
### Other
12+
13+
- Update screeps-game-api to 0.22.0 ([#7](https://github.com/rustyscreeps/screeps-async/pull/7))
14+
915
## [0.3.0](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-v0.2.0...screeps-async-v0.3.0) - 2024-03-23
1016

1117
### Added

screeps-async/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "screeps-async"
33
description = "Tick-aware Async runtime for Screeps"
44
repository = "https://github.com/rustyscreeps/screeps-async"
55
homepage = "https://github.com/rustyscreeps/screeps-async"
6-
version = "0.3.0"
6+
version = "0.3.1"
77
edition = "2021"
88
license = "MIT"
99
readme = "../README.md"

screeps-async/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! Add `screeps-async` to your `Cargo.toml`
77
//! ```toml
88
//! [dependencies]
9-
//! screeps-async = "0.3.0"
9+
//! screeps-async = "0.3.1"
1010
//! ```
1111
//!
1212
//! # The [`#[screeps_async::main]`](main) macro

0 commit comments

Comments
 (0)