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

Commit 9d29e1a

Browse files
chore: release v2.0.3 (#83)
## πŸ€– New release * `figue-attrs`: 2.0.2 -> 2.0.3 (βœ“ API compatible changes) * `figue`: 2.0.2 -> 2.0.3 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `figue-attrs` <blockquote> ## [2.0.3](figue-attrs-v2.0.2...figue-attrs-v2.0.3) - 2026-04-15 ### Other - update Cargo.toml dependencies </blockquote> ## `figue` <blockquote> ## [2.0.3](figue-v2.0.2...figue-v2.0.3) - 2026-04-15 ### Other - update Cargo.toml dependencies </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 d2b47bf commit 9d29e1a

4 files changed

Lines changed: 16 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 = "2.0.2"
6+
version = "2.0.3"
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 = "2.0.2" }
17+
figue-attrs = { path = "crates/figue-attrs", version = "2.0.3" }
1818

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

β€Žcrates/figue-attrs/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+
## [2.0.3](https://github.com/bearcove/figue/compare/figue-attrs-v2.0.2...figue-attrs-v2.0.3) - 2026-04-15
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [2.0.2](https://github.com/bearcove/figue/compare/figue-attrs-v2.0.1...figue-attrs-v2.0.2) - 2026-04-14
1117

1218
### Other

β€Ž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+
## [2.0.3](https://github.com/bearcove/figue/compare/figue-v2.0.2...figue-v2.0.3) - 2026-04-15
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [2.0.2](https://github.com/bearcove/figue/compare/figue-v2.0.1...figue-v2.0.2) - 2026-04-14
1117

1218
### Other

0 commit comments

Comments
Β (0)