Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "3"

[workspace.package]
version = "2.0.0"
version = "2.0.1"
edition = "2024"
rust-version = "1.90.0"
authors = ["Amos Wenger <amos@bearcove.eu>"]
Expand All @@ -14,7 +14,7 @@ keywords = ["cli", "args", "parser", "facet", "command-line"]
categories = ["command-line-interface"]

[workspace.dependencies]
figue-attrs = { path = "crates/figue-attrs", version = "2.0.0" }
figue-attrs = { path = "crates/figue-attrs", version = "2.0.1" }

# Facet ecosystem
facet = { version = "0.44.0", features = ["indexmap", "camino", "net"] }
Expand Down
8 changes: 8 additions & 0 deletions crates/figue-attrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
15 changes: 15 additions & 0 deletions crates/figue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.1](https://github.com/bearcove/figue/compare/figue-v2.0.0...figue-v2.0.1) - 2026-04-01

### Other

- Use kebab-case for flag names in help text ([#76](https://github.com/bearcove/figue/pull/76))
- Support short subcommand aliases as positional tokens ([#78](https://github.com/bearcove/figue/pull/78))