File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Tick-aware Async Runtime for Screeps
16
16
Add ` screeps-async ` to your ` Cargo.toml `
17
17
``` toml
18
18
[dependencies ]
19
- screeps-async = " 0.3.0 "
19
+ screeps-async = " 0.3.1 "
20
20
```
21
21
22
22
** IMPORTANT** : This project is very much in an early stage and significant, breaking changes may
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
15
## [ 0.3.0] ( https://github.com/rustyscreeps/screeps-async/compare/screeps-async-v0.2.0...screeps-async-v0.3.0 ) - 2024-03-23
10
16
11
17
### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "screeps-async"
3
3
description = " Tick-aware Async runtime for Screeps"
4
4
repository = " https://github.com/rustyscreeps/screeps-async"
5
5
homepage = " https://github.com/rustyscreeps/screeps-async"
6
- version = " 0.3.0 "
6
+ version = " 0.3.1 "
7
7
edition = " 2021"
8
8
license = " MIT"
9
9
readme = " ../README.md"
Original file line number Diff line number Diff line change 6
6
//! Add `screeps-async` to your `Cargo.toml`
7
7
//! ```toml
8
8
//! [dependencies]
9
- //! screeps-async = "0.3.0 "
9
+ //! screeps-async = "0.3.1 "
10
10
//! ```
11
11
//!
12
12
//! # The [`#[screeps_async::main]`](main) macro
You can’t perform that action at this time.
0 commit comments