Skip to content

Commit

Permalink
Prep 0.19.0 release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden authored Dec 21, 2023
1 parent 968862d commit a7707a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased
==========

0.19.0 (2023-11-27)
===================

- Updated for 0.19 of screeps-game-api crate

0.18.0 (2023-11-27)
===================

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screeps-game-utils"
version = "0.18.0"
version = "0.19.0"
authors = ["Shane Madden"]
documentation = "https://docs.rs/screeps-game-utils/"
edition = "2021"
Expand All @@ -23,7 +23,7 @@ name = "screeps_utils"
all-features = true

[dependencies]
screeps-game-api = "0.18"
screeps-game-api = "0.19"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

Expand Down

0 comments on commit a7707a9

Please sign in to comment.