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 and scottbot95 committed Sep 21, 2024
1 parent 0424a6e commit 231608e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Tick-aware Async Runtime for Screeps
Add `screeps-async` to your `Cargo.toml`
```toml
[dependencies]
screeps-async = "0.3.0"
screeps-async = "0.3.1"
```

**IMPORTANT**: This project is very much in an early stage and significant, breaking changes may
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.3.1](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-v0.3.0...screeps-async-v0.3.1) - 2024-09-21

### Other

- Update screeps-game-api to 0.22.0 ([#7](https://github.com/rustyscreeps/screeps-async/pull/7))

## [0.3.0](https://github.com/rustyscreeps/screeps-async/compare/screeps-async-v0.2.0...screeps-async-v0.3.0) - 2024-03-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion screeps-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion screeps-async/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! Add `screeps-async` to your `Cargo.toml`
//! ```toml
//! [dependencies]
//! screeps-async = "0.3.0"
//! screeps-async = "0.3.1"
//! ```
//!
//! # The [`#[screeps_async::main]`](main) macro
Expand Down

0 comments on commit 231608e

Please sign in to comment.