diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2c9122..b5cd5351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Release Notes --- +## [6.0.47](https://github.com/cpcloud/minesweep-rs/compare/v6.0.46...v6.0.47) (2023-12-31) + + +### Bug Fixes + +* **deps:** update rust crate anyhow to ^1.0.78 ([a6d84e2](https://github.com/cpcloud/minesweep-rs/commit/a6d84e2974eaa6df714de01f2f41b783ffacebf7)) + ## [6.0.46](https://github.com/cpcloud/minesweep-rs/compare/v6.0.45...v6.0.46) (2023-12-30) diff --git a/Cargo.lock b/Cargo.lock index 7a0bf75d..724b6641 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "minesweep" -version = "6.0.46" +version = "6.0.47" dependencies = [ "anyhow", "bit-set", diff --git a/Cargo.toml b/Cargo.toml index 1d4dec7a..db78cfa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "minesweep" description = "A mine sweeping game written in Rust" -version = "6.0.46" +version = "6.0.47" authors = ["Phillip Cloud"] edition = "2021" license = "Apache-2.0"