Skip to content

Commit f01574a

Browse files
committed
release: 0.6.1
2 parents 79f57a9 + 136cd92 commit f01574a

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33

44

5+
## [0.6.1](https://github.com/Blobfolio/brunch/releases/tag/v0.6.1) - 2024-09-27
6+
7+
### Changed
8+
9+
* Bump `unicode-width` to `0.2`
10+
11+
12+
513
## [0.6.0](https://github.com/Blobfolio/brunch/releases/tag/v0.6.0) - 2024-09-05
614

715
### Changed

CREDITS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Project Dependencies
22
Package: brunch
3-
Version: 0.6.0
4-
Generated: 2024-09-05 18:52:45 UTC
3+
Version: 0.6.1
4+
Generated: 2024-09-27 18:46:57 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
9-
| [unicode-width](https://github.com/unicode-rs/unicode-width) | 0.1.13 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
8+
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
9+
| [unicode-width](https://github.com/unicode-rs/unicode-width) | 0.2.0 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "brunch"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Blobfolio, LLC. <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.77"
@@ -29,7 +29,7 @@ credits-dir = "./"
2929

3030
[dependencies]
3131
dactyl = "0.7.*"
32-
unicode-width = "0.1.*"
32+
unicode-width = "0.2.*"
3333

3434
[dev-dependencies]
3535
quantogram = "=0.4.4"

0 commit comments

Comments
 (0)