diff --git a/CHANGELOG.md b/CHANGELOG.md index a185eab5..ebfc3ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased ========== +0.20.1 (2024-01-09) +=================== + ### Additions: - Add `StructureObject::as_repairable` matching related functions for other object traits diff --git a/Cargo.toml b/Cargo.toml index 556c354d..7accf711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screeps-game-api" -version = "0.20.0" +version = "0.20.1" authors = ["David Ross "] documentation = "https://docs.rs/screeps-game-api/" edition = "2021"