Skip to content

Commit 12d3f3b

Browse files
chore(release): 6.0.45 [skip ci]
## [6.0.45](v6.0.44...v6.0.45) (2023-12-25) ### Bug Fixes * **deps:** update rust crate thiserror to ^1.0.52 ([b059d21](b059d21))
1 parent b059d21 commit 12d3f3b

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
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.45](https://github.com/cpcloud/minesweep-rs/compare/v6.0.44...v6.0.45) (2023-12-25)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** update rust crate thiserror to ^1.0.52 ([b059d21](https://github.com/cpcloud/minesweep-rs/commit/b059d219a8c0baf5ed2b16c8df820a3ff117bbea))
10+
411
## [6.0.44](https://github.com/cpcloud/minesweep-rs/compare/v6.0.43...v6.0.44) (2023-12-22)
512

613

Cargo.lock

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

0 commit comments

Comments
 (0)