Skip to content

Commit 4da39e6

Browse files
chore(release): 6.0.51 [skip ci]
## [6.0.51](v6.0.50...v6.0.51) (2024-02-02) ### Bug Fixes * **deps:** update rust crate ratatui to ^0.26.0 ([2ef2956](2ef2956))
1 parent 2ef2956 commit 4da39e6

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
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.51](https://github.com/cpcloud/minesweep-rs/compare/v6.0.50...v6.0.51) (2024-02-02)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** update rust crate ratatui to ^0.26.0 ([2ef2956](https://github.com/cpcloud/minesweep-rs/commit/2ef2956dcd700c6ae46f2ae114547e5b0b366423))
10+
411
## [6.0.50](https://github.com/cpcloud/minesweep-rs/compare/v6.0.49...v6.0.50) (2024-01-16)
512

613

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

0 commit comments

Comments
 (0)