diff --git a/CHANGELOG.md b/CHANGELOG.md index c059c8e6..e6e33b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased ========== + + +0.18.0 (2023-11-27) +=================== + ### Breaking: - Simplification of cost matrix types and traits: diff --git a/Cargo.toml b/Cargo.toml index 9f925ec8..8d9a93f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screeps-game-api" -version = "0.17.0" +version = "0.18.0" authors = ["David Ross "] documentation = "https://docs.rs/screeps-game-api/" edition = "2021"