Skip to content

Commit 24bde8a

Browse files
authored
Prep 0.22.1 release (#29)
1 parent c58d75e commit 24bde8a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Unreleased
22
==========
33

4+
0.22.1 (2024-09-30)
5+
===================
6+
47
- Add iterators over various `RoomXY` and `RoomCoordinate` ranges
8+
- Performance improvement for Chebyshev distance transform and add Manhattan distance transform
59

610
0.22.0 (2024-08-27)
711
===================

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screeps-game-utils"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["Shane Madden"]
55
documentation = "https://docs.rs/screeps-game-utils/"
66
edition = "2021"

0 commit comments

Comments
 (0)