Skip to content

Commit 7967c78

Browse files
authored
chore: prepare release (#668)
1 parent d4e09d9 commit 7967c78

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

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

8+
## [0.2.23] - 2025-08-30
9+
10+
### 🐛 Bug Fixes
11+
12+
- *(cmdline)* Correct exit code for `--version` + `--help` ([#667](https://github.com/reubeno/brush/pull/667))
13+
14+
<!-- generated by git-cliff -->
815
## [0.2.22] - 2025-08-29
916

1017
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

brush-shell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "brush-shell"
33
description = "Rust-implemented shell focused on POSIX and bash compatibility"
4-
version = "0.2.22"
4+
version = "0.2.23"
55
authors.workspace = true
66
categories.workspace = true
77
edition.workspace = true

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workspace = true
1616

1717
[dependencies]
1818
anyhow = "1.0.98"
19-
brush-shell = { version = "^0.2.22", path = "../brush-shell" }
19+
brush-shell = { version = "^0.2.23", path = "../brush-shell" }
2020
clap = { version = "4.5.45", features = ["derive"] }
2121
clap_complete = "4.5.57"
2222
clap_mangen = "0.2.29"

0 commit comments

Comments
 (0)