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..815c073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ 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)) + +### 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 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 ",