Skip to content

Commit

Permalink
Prep 0.22.1 release (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden authored Sep 30, 2024
1 parent c58d75e commit 24bde8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Unreleased
==========

0.22.1 (2024-09-30)
===================

- Add iterators over various `RoomXY` and `RoomCoordinate` ranges
- Performance improvement for Chebyshev distance transform and add Manhattan distance transform

0.22.0 (2024-08-27)
===================
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-utils"
version = "0.22.0"
version = "0.22.1"
authors = ["Shane Madden"]
documentation = "https://docs.rs/screeps-game-utils/"
edition = "2021"
Expand Down

0 comments on commit 24bde8a

Please sign in to comment.