From 102dd44771caee579144806a131846d4a5252824 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Wed, 14 Aug 2024 17:57:37 -0600 Subject: [PATCH] Prep 0.21.2 release --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a66692..0c8ca6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased ========== +0.21.2 (2024-08-14) +=================== + ### Bugfixes: - Update for new string enum implementation's implementation in wasm-bindgen 0.2.93 diff --git a/Cargo.toml b/Cargo.toml index 3acdb927..0be27864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screeps-game-api" -version = "0.21.1" +version = "0.21.2" authors = ["David Ross "] documentation = "https://docs.rs/screeps-game-api/" edition = "2021"