diff --git a/CHANGELOG.md b/CHANGELOG.md index 9034b8a..5fce996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - + +## [3.0.0](https://github.com/cococonscious/koji/compare/v2.2.0...v3.0.0) - 2024-11-26 + +### Added + +- type filtering, multi-line body support ([#99](https://github.com/cococonscious/koji/pull/99)) +- breaking change footers ([#101](https://github.com/cococonscious/koji/pull/101)) +- [**breaking**] stage files, better args, deps ([#102](https://github.com/cococonscious/koji/pull/102)) +- add shell completions subcommand ([#106](https://github.com/cococonscious/koji/pull/106)) +- non-default vendored-openssl feature ([#98](https://github.com/cococonscious/koji/pull/98)) +- *(cargo)* add documentation and repository links ([#88](https://github.com/cococonscious/koji/pull/88)) + +### Changed + +- split test and coverage, deps ([#107](https://github.com/cococonscious/koji/pull/107)) +- shorter test asserts, vendored openssl, complete workflow overhaul ([#94](https://github.com/cococonscious/koji/pull/94)) +- *(readme)* better badges ([#100](https://github.com/cococonscious/koji/pull/100)) +- *(gitignore)* add intellij, vim, vscode and git ([#96](https://github.com/cococonscious/koji/pull/96)) +- update repository url, badges and license ([#93](https://github.com/cococonscious/koji/pull/93)) +- use asdf + +### Fixed + +- *(autocomplete)* check for empty repo before revwalk ([#105](https://github.com/cococonscious/koji/pull/105)) + ## [2.2.0](https://github.com/cococonscious/koji/compare/2.1.0..2.2.0) - 2024-01-06 #### Build system - **(deps)** update cocogitto to 6.0 - ([503759c](https://github.com/cococonscious/koji/commit/503759c6368e85b73682c8792c272297eea897ee)) - Danny Tatom diff --git a/Cargo.lock b/Cargo.lock index b662932..5911e3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -927,7 +927,7 @@ dependencies = [ [[package]] name = "koji" -version = "2.2.0" +version = "3.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7d2d29b..108331f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "koji" -version = "2.2.0" +version = "3.0.0" edition = "2021" authors = [ "Finley Thomalla ",