Skip to content

Commit

Permalink
Changelog, version bump, and bump serde-wasm-bindgen version (rustysc…
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden authored Oct 12, 2023
1 parent 13132ee commit e6699ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased
==========

0.16.1 (2023-10-11)
===================

### Additions:

- Add new geometry helper functions to `Direction`: `is_diagonal`, `is_orthogonal`, `multi_rot`,
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-api"
version = "0.16.0"
version = "0.16.1"
authors = ["David Ross <[email protected]>"]
documentation = "https://docs.rs/screeps-game-api/"
edition = "2021"
Expand Down Expand Up @@ -38,8 +38,8 @@ num-traits = "0.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_repr = "0.1"
serde-wasm-bindgen = "0.6"
wasm-bindgen = "0.2"
serde-wasm-bindgen = "0.5"

[dev-dependencies]
assert_approx_eq = "1.1"
Expand Down

0 comments on commit e6699ab

Please sign in to comment.