diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c9c5d..f0c547a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.33.0](https://github.com/cooklang/cookcli/compare/v0.32.1...v0.33.0) (2026-07-14) + + +### Features + +* put server, import and lsp behind cargo features ([#369](https://github.com/cooklang/cookcli/issues/369)) ([baee2a8](https://github.com/cooklang/cookcli/commit/baee2a8fa5b750332f414a8102dd7e0acbb98b2b)), closes [#366](https://github.com/cooklang/cookcli/issues/366) +* **server:** respect prefers-color-scheme for selecting theme ([#364](https://github.com/cooklang/cookcli/issues/364)) ([cf94de9](https://github.com/cooklang/cookcli/commit/cf94de9bb8ece158594da33d5d7d759d483f4648)) + + +### Bug Fixes + +* **deps:** declare cooklang's bundled_units feature explicitly ([#371](https://github.com/cooklang/cookcli/issues/371)) ([cb00cc9](https://github.com/cooklang/cookcli/commit/cb00cc97cb5ea96842e4cace5101a648936c5202)), closes [#366](https://github.com/cooklang/cookcli/issues/366) +* satisfy clippy::useless_borrows_in_formatting ([#370](https://github.com/cooklang/cookcli/issues/370)) ([6120c7c](https://github.com/cooklang/cookcli/commit/6120c7c80475c3269aa4713990887f588828dc72)) + ## [0.32.1](https://github.com/cooklang/cookcli/compare/v0.32.0...v0.32.1) (2026-06-26) diff --git a/Cargo.lock b/Cargo.lock index 319caa6..49184f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,7 +617,7 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "cookcli" -version = "0.32.1" +version = "0.33.0" dependencies = [ "accept-language", "anstream 0.6.21", diff --git a/Cargo.toml b/Cargo.toml index 7706f0b..6bf6551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cookcli" -version = "0.32.1" +version = "0.33.0" edition = "2021" description = "A command-line interface for managing and working with Cooklang recipes" license = "MIT"