Skip to content

Commit cc08e94

Browse files
chore(main): release 0.11.0
1 parent ac26442 commit cc08e94

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/cooklang/cookcli/compare/v0.10.0...v0.11.0) (2025-01-26)
4+
5+
6+
### Features
7+
8+
* add cache ([91ec988](https://github.com/cooklang/cookcli/commit/91ec988b5bcbdf089c061761ce25e19b53e853a8))
9+
* correct repo name ([d6a4d0d](https://github.com/cooklang/cookcli/commit/d6a4d0d24c001a6fbc0e667e591e0919c11b3b58))
10+
* disable testing mode ([c46bf05](https://github.com/cooklang/cookcli/commit/c46bf05e1107f57f56f5490ff8ffd74c8c15f748))
11+
* test release ([e86c34b](https://github.com/cooklang/cookcli/commit/e86c34be1e58b8e4fb1ae2e9a0fef20665610183))
12+
13+
14+
### Bug Fixes
15+
16+
* log to stdout using tracing subscriber. ([2e3ddab](https://github.com/cooklang/cookcli/commit/2e3ddab44680231f9dbbca462c9b15ea1c3947b7)), closes [#94](https://github.com/cooklang/cookcli/issues/94)
17+
* shopping list ([4b54689](https://github.com/cooklang/cookcli/commit/4b54689d981ea2cb8adfa89ab8fe5515de1a2ee8))
18+
* upgraded parser ([d6c791f](https://github.com/cooklang/cookcli/commit/d6c791fd4c5ffd415c51fd03aa06d9a9478c36bd))
19+
* use macos12 ([20a45d1](https://github.com/cooklang/cookcli/commit/20a45d108360de68ebe3efdbdfc2a5eef1c8226d))
20+
* version ([84996f9](https://github.com/cooklang/cookcli/commit/84996f9b2fb3a54bc7d6868c32855ee4dec8b602))
21+
322
## [0.10.0](https://github.com/cooklang/cookcli/compare/v0.9.0...v0.10.0) (2025-01-26)
423

524

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 = "cook"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)