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

Commit 4c17b2a

Browse files
chore: release v2.0.1
1 parent 9a99098 commit 4c17b2a

4 files changed

Lines changed: 27 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.0"
6+
version = "2.0.1"
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.0" }
17+
figue-attrs = { path = "crates/figue-attrs", version = "2.0.1" }
1818

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

crates/figue-attrs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

crates/figue/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [2.0.1](https://github.com/bearcove/figue/compare/figue-v2.0.0...figue-v2.0.1) - 2026-04-01
11+
12+
### Other
13+
14+
- Use kebab-case for flag names in help text ([#76](https://github.com/bearcove/figue/pull/76))
15+
- Support short subcommand aliases as positional tokens ([#78](https://github.com/bearcove/figue/pull/78))

0 commit comments

Comments
 (0)