Skip to content

Commit 19c8ff8

Browse files
chore(release): 6.0.46 [skip ci]
## [6.0.46](v6.0.45...v6.0.46) (2023-12-30) ### Bug Fixes * **deps:** update rust crate anyhow to ^1.0.77 ([f22ecbc](f22ecbc)) * **deps:** update rust crate thiserror to ^1.0.53 ([4ddb1bd](4ddb1bd))
1 parent 4ddb1bd commit 19c8ff8

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

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

4+
## [6.0.46](https://github.com/cpcloud/minesweep-rs/compare/v6.0.45...v6.0.46) (2023-12-30)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** update rust crate anyhow to ^1.0.77 ([f22ecbc](https://github.com/cpcloud/minesweep-rs/commit/f22ecbc5d57b1fb476d0b8ad910c18c83433edf6))
10+
* **deps:** update rust crate thiserror to ^1.0.53 ([4ddb1bd](https://github.com/cpcloud/minesweep-rs/commit/4ddb1bde47a5ceca5951f70bacaf30324a69708b))
11+
412
## [6.0.45](https://github.com/cpcloud/minesweep-rs/compare/v6.0.44...v6.0.45) (2023-12-25)
513

614

Cargo.lock

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

0 commit comments

Comments
 (0)