Skip to content

Commit

Permalink
release: 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Sep 27, 2024
2 parents 79f57a9 + 136cd92 commit f01574a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@



## [0.6.1](https://github.com/Blobfolio/brunch/releases/tag/v0.6.1) - 2024-09-27

### Changed

* Bump `unicode-width` to `0.2`



## [0.6.0](https://github.com/Blobfolio/brunch/releases/tag/v0.6.0) - 2024-09-05

### Changed
Expand Down
8 changes: 4 additions & 4 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Project Dependencies
Package: brunch
Version: 0.6.0
Generated: 2024-09-05 18:52:45 UTC
Version: 0.6.1
Generated: 2024-09-27 18:46:57 UTC

| Package | Version | Author(s) | License |
| ---- | ---- | ---- | ---- |
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [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 |
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [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 |
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brunch"
version = "0.6.0"
version = "0.6.1"
authors = ["Blobfolio, LLC. <[email protected]>"]
edition = "2021"
rust-version = "1.77"
Expand Down Expand Up @@ -29,7 +29,7 @@ credits-dir = "./"

[dependencies]
dactyl = "0.7.*"
unicode-width = "0.1.*"
unicode-width = "0.2.*"

[dev-dependencies]
quantogram = "=0.4.4"
Expand Down

0 comments on commit f01574a

Please sign in to comment.