Skip to content

Commit 301fdb5

Browse files
chore(release): 6.0.47 [skip ci]
## [6.0.47](v6.0.46...v6.0.47) (2023-12-31) ### Bug Fixes * **deps:** update rust crate anyhow to ^1.0.78 ([a6d84e2](a6d84e2))
1 parent a6d84e2 commit 301fdb5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.47](https://github.com/cpcloud/minesweep-rs/compare/v6.0.46...v6.0.47) (2023-12-31)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** update rust crate anyhow to ^1.0.78 ([a6d84e2](https://github.com/cpcloud/minesweep-rs/commit/a6d84e2974eaa6df714de01f2f41b783ffacebf7))
10+
411
## [6.0.46](https://github.com/cpcloud/minesweep-rs/compare/v6.0.45...v6.0.46) (2023-12-30)
512

613

Cargo.lock

+1-1
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.46"
4+
version = "6.0.47"
55
authors = ["Phillip Cloud"]
66
edition = "2021"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)