Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit d3f9ad5

Browse files
chore: release v4.0.4 (#107)
## 🤖 New release * `figue-attrs`: 4.0.3 -> 4.0.4 * `figue`: 4.0.3 -> 4.0.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `figue-attrs` <blockquote> ## [4.0.0](figue-attrs-v3.0.1...figue-attrs-v4.0.0) - 2026-05-09 ### Other - Add built-in JSON Schema export ([#91](#91)) </blockquote> ## `figue` <blockquote> ## [4.0.4](figue-v4.0.3...figue-v4.0.4) - 2026-06-01 ### Other - Accept rootless single-root config files </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e232a0 commit d3f9ad5

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "4.0.3"
6+
version = "4.0.4"
77
edition = "2024"
88
rust-version = "1.90.0"
99
authors = ["Amos Wenger <amos@bearcove.eu>"]
@@ -14,7 +14,7 @@ keywords = ["cli", "args", "parser", "facet", "command-line"]
1414
categories = ["command-line-interface"]
1515

1616
[workspace.dependencies]
17-
figue-attrs = { path = "crates/figue-attrs", version = "4.0.3" }
17+
figue-attrs = { path = "crates/figue-attrs", version = "4.0.4" }
1818

1919
# Facet ecosystem
2020
facet = { version = "0.46", features = ["indexmap", "camino", "net"] }

crates/figue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.4](https://github.com/bearcove/figue/compare/figue-v4.0.3...figue-v4.0.4) - 2026-06-01
11+
12+
### Other
13+
14+
- Accept rootless single-root config files
15+
1016
## [4.0.3](https://github.com/bearcove/figue/compare/figue-v4.0.2...figue-v4.0.3) - 2026-05-18
1117

1218
### Other

0 commit comments

Comments
 (0)