From ef339cc9db664bebfb59609203202bd4e51b6c04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Feb 2024 03:15:09 +0000 Subject: [PATCH] chore(release): 6.0.53 [skip ci] ## [6.0.53](https://github.com/cpcloud/minesweep-rs/compare/v6.0.52...v6.0.53) (2024-02-08) ### Bug Fixes * **deps:** update rust crate num-traits to ^0.2.18 ([4a80e04](https://github.com/cpcloud/minesweep-rs/commit/4a80e046ab2c4fe59070c523441de83fdc1f3955)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b99f92..051d34c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Release Notes --- +## [6.0.53](https://github.com/cpcloud/minesweep-rs/compare/v6.0.52...v6.0.53) (2024-02-08) + + +### Bug Fixes + +* **deps:** update rust crate num-traits to ^0.2.18 ([4a80e04](https://github.com/cpcloud/minesweep-rs/commit/4a80e046ab2c4fe59070c523441de83fdc1f3955)) + ## [6.0.52](https://github.com/cpcloud/minesweep-rs/compare/v6.0.51...v6.0.52) (2024-02-02) diff --git a/Cargo.lock b/Cargo.lock index 3ca25803..edaaebe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,7 +244,7 @@ dependencies = [ [[package]] name = "minesweep" -version = "6.0.52" +version = "6.0.53" dependencies = [ "anyhow", "bit-set", @@ -580,9 +580,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-segmentation" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" diff --git a/Cargo.toml b/Cargo.toml index 5b0258ab..3f659177 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.52" +version = "6.0.53" authors = ["Phillip Cloud"] edition = "2021" license = "Apache-2.0"