We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58d75e commit 24bde8aCopy full SHA for 24bde8a
CHANGELOG.md
@@ -1,7 +1,11 @@
1
Unreleased
2
==========
3
4
+0.22.1 (2024-09-30)
5
+===================
6
+
7
- Add iterators over various `RoomXY` and `RoomCoordinate` ranges
8
+- Performance improvement for Chebyshev distance transform and add Manhattan distance transform
9
10
0.22.0 (2024-08-27)
11
===================
Cargo.toml
@@ -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"
0 commit comments