Skip to content

Commit 538d054

Browse files
committed
release: 0.10.4
2 parents b5defb4 + 2bbff7f commit 538d054

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
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.10.4](https://github.com/Blobfolio/brunch/releases/tag/v0.10.3) - 2025-06-01
6+
7+
### Changed
8+
9+
* Bump `dactyl` to `0.12`
10+
11+
12+
513
## [0.10.3](https://github.com/Blobfolio/brunch/releases/tag/v0.10.3) - 2025-05-20
614

715
### Changed

CREDITS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Project Dependencies
22
Package: brunch
3-
Version: 0.10.3
4-
Generated: 2025-05-21 03:16:34 UTC
3+
Version: 0.10.4
4+
Generated: 2025-06-01 05:58:29 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.11.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
8+
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.12.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
99
| [**unicode-width**](https://github.com/unicode-rs/unicode-width) | 0.2.0 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | MIT OR Apache-2.0 |

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.10.3"
3+
version = "0.10.4"
44
authors = ["Josh Stoik <[email protected]>"]
55
edition = "2024"
66
rust-version = "1.87"
@@ -25,7 +25,7 @@ default-target = "x86_64-unknown-linux-gnu"
2525
name = "Brunch"
2626

2727
[dependencies]
28-
dactyl = "0.11.*"
28+
dactyl = "0.12.*"
2929
unicode-width = "0.2.*"
3030

3131
[dev-dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![changelog](https://img.shields.io/crates/v/brunch.svg?style=flat-square&label=changelog&color=9b59b6)](https://github.com/Blobfolio/brunch/blob/master/CHANGELOG.md)<br>
55
[![crates.io](https://img.shields.io/crates/v/brunch.svg?style=flat-square&label=crates.io)](https://crates.io/crates/brunch)
66
[![ci](https://img.shields.io/github/actions/workflow/status/Blobfolio/brunch/ci.yaml?style=flat-square&label=ci)](https://github.com/Blobfolio/brunch/actions)
7-
[![deps.rs](https://deps.rs/repo/github/blobfolio/brunch/status.svg?style=flat-square&label=deps.rs)](https://deps.rs/repo/github/blobfolio/brunch)<br>
7+
[![deps.rs](https://deps.rs/crate/brunch/latest/status.svg?style=flat-square&label=deps.rs)](https://deps.rs/crate/brunch/)<br>
88
[![license](https://img.shields.io/badge/license-wtfpl-ff1493?style=flat-square)](https://en.wikipedia.org/wiki/WTFPL)
99
[![contributions welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square&label=contributions)](https://github.com/Blobfolio/brunch/issues)
1010

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![changelog](https://img.shields.io/crates/v/brunch.svg?style=flat-square&label=changelog&color=9b59b6)](https://github.com/Blobfolio/brunch/blob/master/CHANGELOG.md)<br>
66
[![crates.io](https://img.shields.io/crates/v/brunch.svg?style=flat-square&label=crates.io)](https://crates.io/crates/brunch)
77
[![ci](https://img.shields.io/github/actions/workflow/status/Blobfolio/brunch/ci.yaml?style=flat-square&label=ci)](https://github.com/Blobfolio/brunch/actions)
8-
[![deps.rs](https://deps.rs/repo/github/blobfolio/brunch/status.svg?style=flat-square&label=deps.rs)](https://deps.rs/repo/github/blobfolio/brunch)<br>
8+
[![deps.rs](https://deps.rs/crate/brunch/latest/status.svg?style=flat-square&label=deps.rs)](https://deps.rs/crate/brunch/)<br>
99
[![license](https://img.shields.io/badge/license-wtfpl-ff1493?style=flat-square)](https://en.wikipedia.org/wiki/WTFPL)
1010
[![contributions welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square&label=contributions)](https://github.com/Blobfolio/brunch/issues)
1111

0 commit comments

Comments
 (0)