diff --git a/CHANGELOG.md b/CHANGELOG.md index 769ce45..a094ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.32.0](https://github.com/cooklang/cookcli/compare/v0.31.0...v0.32.0) (2026-06-12) + + +### Features + +* add recipe sorting by name, modified date, and created date ([#356](https://github.com/cooklang/cookcli/issues/356)) ([633de0b](https://github.com/cooklang/cookcli/commit/633de0bbcb85dca2c0e97b6fce7d23624fd7eccf)) +* make shopping list and pantry nav links configurable via settings ([#357](https://github.com/cooklang/cookcli/issues/357)) ([e6bd4ca](https://github.com/cooklang/cookcli/commit/e6bd4ca528c9955a82b438cd83123a7f21af1efc)) + ## [0.31.0](https://github.com/cooklang/cookcli/compare/v0.30.0...v0.31.0) (2026-06-09) diff --git a/Cargo.lock b/Cargo.lock index 4dde45d..bbc9ff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "cookcli" -version = "0.31.0" +version = "0.32.0" dependencies = [ "accept-language", "anstream 0.6.21", diff --git a/Cargo.toml b/Cargo.toml index 4873143..c19301f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cookcli" -version = "0.31.0" +version = "0.32.0" edition = "2021" description = "A command-line interface for managing and working with Cooklang recipes" license = "MIT"