Skip to content

Commit ef339cc

Browse files
chore(release): 6.0.53 [skip ci]
## [6.0.53](v6.0.52...v6.0.53) (2024-02-08) ### Bug Fixes * **deps:** update rust crate num-traits to ^0.2.18 ([4a80e04](4a80e04))
1 parent 4a80e04 commit ef339cc

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
---
33

4+
## [6.0.53](https://github.com/cpcloud/minesweep-rs/compare/v6.0.52...v6.0.53) (2024-02-08)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** update rust crate num-traits to ^0.2.18 ([4a80e04](https://github.com/cpcloud/minesweep-rs/commit/4a80e046ab2c4fe59070c523441de83fdc1f3955))
10+
411
## [6.0.52](https://github.com/cpcloud/minesweep-rs/compare/v6.0.51...v6.0.52) (2024-02-02)
512

613

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "minesweep"
33
description = "A mine sweeping game written in Rust"
4-
version = "6.0.52"
4+
version = "6.0.53"
55
authors = ["Phillip Cloud"]
66
edition = "2021"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)