Skip to content

Commit 0d03e04

Browse files
github-actions[bot]fasterthanlime
authored andcommitted
chore: release v2.0.1 (#1)
## 🤖 New release * `figue-attrs`: 2.0.0 -> 2.0.1 * `figue`: 2.0.0 -> 2.0.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `figue` <blockquote> ## [2.0.1](bearcove/figue@figue-v2.0.0...figue-v2.0.1) - 2026-04-01 ### Other - Use kebab-case for flag names in help text ([#76](bearcove/figue#76)) - Support short subcommand aliases as positional tokens ([#78](bearcove/figue#78)) </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 dec69b4 commit 0d03e04

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

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]

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)