Skip to content

Commit

Permalink
Prep 0.21.1 release (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden authored Jun 28, 2024
1 parent 21b044b commit b73f67b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased
==========

0.21.1 (2024-06-28)
===================

### Additions:

- Add function `Direction::iter` which returns an iterator over all the `Direction` enum values
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screeps-game-api"
version = "0.21.0"
version = "0.21.1"
authors = ["David Ross <[email protected]>"]
documentation = "https://docs.rs/screeps-game-api/"
edition = "2021"
Expand Down

0 comments on commit b73f67b

Please sign in to comment.