Skip to content

Commit

Permalink
Prep 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Jan 15, 2024
1 parent cc5d4ab commit 7e6d5e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Unreleased
==========

0.5.2 (2024-01-15)
==================

- Fix merging of `extra_options` configuration in `build` section
- Fix merging priority of `build` section options
- Update `toml` to 0.8
- Update `wasm-pack` to 0.12

0.5.1 (2023-04-16)
==================
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-screeps"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
authors = ["David Ross <[email protected]>"]
documentation = "https://github.com/rustyscreeps/cargo-screeps/"
Expand Down Expand Up @@ -32,5 +32,5 @@ serde = { version = "1", features = ["derive"] }
serde_ignored = "0.1"
serde_json = "1"
structopt = "0.3"
toml = "0.7"
wasm-pack = { version = "0.11", default-features = false }
toml = "0.8"
wasm-pack = { version = "0.12", default-features = false }

0 comments on commit 7e6d5e0

Please sign in to comment.