Skip to content

Commit 5bd67c8

Browse files
chore(main): release 0.33.0
1 parent 3d5be1a commit 5bd67c8

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.33.0](https://github.com/cooklang/cookcli/compare/v0.32.1...v0.33.0) (2026-07-18)
4+
5+
6+
### Features
7+
8+
* **i18n:** allow pluralization ([#377](https://github.com/cooklang/cookcli/issues/377)) ([3d5be1a](https://github.com/cooklang/cookcli/commit/3d5be1aa5121f45d8acf0511d8baaf172fad21a3))
9+
* 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)
10+
* **server:** respect prefers-color-scheme for selecting theme ([#364](https://github.com/cooklang/cookcli/issues/364)) ([cf94de9](https://github.com/cooklang/cookcli/commit/cf94de9bb8ece158594da33d5d7d759d483f4648))
11+
12+
13+
### Bug Fixes
14+
15+
* **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)
16+
* satisfy clippy::useless_borrows_in_formatting ([#370](https://github.com/cooklang/cookcli/issues/370)) ([6120c7c](https://github.com/cooklang/cookcli/commit/6120c7c80475c3269aa4713990887f588828dc72))
17+
318
## [0.32.1](https://github.com/cooklang/cookcli/compare/v0.32.0...v0.32.1) (2026-06-26)
419

520

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cookcli"
3-
version = "0.32.1"
3+
version = "0.33.0"
44
edition = "2021"
55
description = "A command-line interface for managing and working with Cooklang recipes"
66
license = "MIT"

0 commit comments

Comments
 (0)