From 6a9175596809d4cdd07f15e9f4db5778b9d514b0 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Wed, 20 Dec 2023 16:54:11 -0700 Subject: [PATCH] Prep 0.19.0 release --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d412b01..2545bdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased ========== +0.19.0 (2023-12-20) +=================== + ### Breaking: - A number of functions on `StructureController` now return `Option` to account for cases diff --git a/Cargo.toml b/Cargo.toml index 8d9a93f7..d5970a17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screeps-game-api" -version = "0.18.0" +version = "0.19.0" authors = ["David Ross "] documentation = "https://docs.rs/screeps-game-api/" edition = "2021"