Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(screeps-async): release v0.3.1 #8

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions screeps-async/CHANGELOG.md
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

## [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
2 changes: 1 addition & 1 deletion screeps-async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion screeps-async/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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