From 2a55556b54cf5e77c0aa06217372799958c5066b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:35:04 +0000 Subject: [PATCH 1/2] chore(main): release 3.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85b7cfb..9dc6cef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.1" + ".": "3.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cb2e5..55b9704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [conven - - - +## [3.4.0](https://github.com/cococonscious/koji/compare/v3.3.1...v3.4.0) (2026-02-25) + + +### Features + +* confirmation prompt ([#181](https://github.com/cococonscious/koji/issues/181)) ([d7dc724](https://github.com/cococonscious/koji/commit/d7dc724dc7e89cf71ac47c41312a4aae9b095616)) +* replace git2 with gix ([#174](https://github.com/cococonscious/koji/issues/174)) ([8679795](https://github.com/cococonscious/koji/commit/8679795d741c38ae9a0526bd0b22473916e38e9e)) +* staging area warn and error ([#182](https://github.com/cococonscious/koji/issues/182)) ([c449b04](https://github.com/cococonscious/koji/commit/c449b04f208612617b4edab6056395fb97a1b8a9)), closes [#126](https://github.com/cococonscious/koji/issues/126) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#169](https://github.com/cococonscious/koji/issues/169)) ([8da82c4](https://github.com/cococonscious/koji/commit/8da82c4ed5c9a646bfb321c3041c19d3db8e0cd5)) +* **deps:** update rust crate gix to 0.80.0 ([#180](https://github.com/cococonscious/koji/issues/180)) ([aa09507](https://github.com/cococonscious/koji/commit/aa0950705ef6354b27df747a06f86f0ae0b67433)) +* **deps:** update rust crate inquire to v0.9.4 ([#171](https://github.com/cococonscious/koji/issues/171)) ([fbdb9eb](https://github.com/cococonscious/koji/commit/fbdb9ebad04969c013fbca44d293bbcfc17d8100)) + ## [3.3.1](https://github.com/cococonscious/koji/compare/v3.3.0...v3.3.1) - 2025-11-30 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 3d3f74b..a386ad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2172,7 +2172,7 @@ dependencies = [ [[package]] name = "koji" -version = "3.3.1" +version = "3.4.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 90e5ccf..5ed5ebd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "koji" -version = "3.3.1" +version = "3.4.0" edition = "2021" authors = [ "Finley Thomalla ", From ebcd6e8be3b62a150552fa1905c04fee923b7dd4 Mon Sep 17 00:00:00 2001 From: Finley Thomalla Date: Wed, 25 Feb 2026 14:47:49 +0100 Subject: [PATCH 2/2] docs(changelog): add veeso to sponsors --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b9704..815c073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ All notable changes to this project will be documented in this file. See [conven * **deps:** update rust crate gix to 0.80.0 ([#180](https://github.com/cococonscious/koji/issues/180)) ([aa09507](https://github.com/cococonscious/koji/commit/aa0950705ef6354b27df747a06f86f0ae0b67433)) * **deps:** update rust crate inquire to v0.9.4 ([#171](https://github.com/cococonscious/koji/issues/171)) ([fbdb9eb](https://github.com/cococonscious/koji/commit/fbdb9ebad04969c013fbca44d293bbcfc17d8100)) +### Sponsors + +Thanks a lot to [veeso](https://github.com/veeso) for sponsoring this release! + ## [3.3.1](https://github.com/cococonscious/koji/compare/v3.3.0...v3.3.1) - 2025-11-30 ### Fixed