From f2c9a2dd25792837ab2e9d93492adeb26796752b Mon Sep 17 00:00:00 2001 From: Marut K Date: Tue, 1 Sep 2026 23:29:51 +0700 Subject: [PATCH] chore(release): bump version to 0.2.7 --- CHANGELOG.md | 12 +++++++++++- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae0a05..9c44f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## [0.2.6] +## [v0.2.7] + +### 🐛 Bug Fixes + +- *(exec)* Preserve PTY output under backpressure (#39) +- *(changelog)* Pass v-prefixed tag to pre-release hook +## [v0.2.6] ### 🐛 Bug Fixes @@ -12,6 +18,10 @@ ### ⚡ Performance - *(tui)* Batch and reuse syntax highlights (#35) + +### ⚙️ Miscellaneous Tasks + +- *(release)* Bump version to 0.2.6 (#38) ## [v0.2.5] ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index ef4a6ad..9d350f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2898,7 +2898,7 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "upmd" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index c105280..4668bcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "upmd" description = "Run tasks and dependency-aware workflows from Markdown in a real terminal" -version = "0.2.6" +version = "0.2.7" edition = "2021" rust-version = "1.82" repository = "https://github.com/rezigned/upmd" @@ -79,7 +79,7 @@ consolidate-commits = false tag-name = "v{{version}}" tag-message = "{{version}}" pre-release-commit-message = "chore(release): bump version to {{version}}" -pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"] +pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "v{{version}}"] publish = false # Config for 'cargo-dist'