Skip to content

Commit 77639d0

Browse files
committed
chore(release): bump version to 0.8.1
1 parent 2bfc5e6 commit 77639d0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [0.8.1] - 2026-01-03
10+
11+
### Bug Fixes
12+
13+
- Use --tag flag in git-cliff to assign commits to version section
14+
15+
## [0.8.0] - 2026-01-03
1016

1117
### Bug Fixes
1218

@@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2127

2228
- Sync Cargo.toml to v0.7.0 and add historical CHANGELOG
2329
- Add release automation script and documentation
30+
- Bump version to 0.8.0
2431

2532
## [0.7.0] - 2025-12-31
2633

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typer-cli"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)