From f80a6b5fbb886ee0abbbbd0ee6872c9756ab705c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 06:17:03 +0000 Subject: [PATCH] chore(main): release 0.20.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99f691..d2afd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.0](https://github.com/cooklang/cookcli/compare/v0.19.3...v0.20.0) (2026-01-11) + + +### Features + +* also publish in crate ([e42ed51](https://github.com/cooklang/cookcli/commit/e42ed5169488a5c21b10336bf0020c6944c10127)) + ## [0.19.3](https://github.com/cooklang/cookcli/compare/v0.19.2...v0.19.3) (2026-01-04) diff --git a/Cargo.lock b/Cargo.lock index 84e5bbf..2f94d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "cookcli" -version = "0.19.3" +version = "0.20.0" dependencies = [ "accept-language", "anstream", diff --git a/Cargo.toml b/Cargo.toml index d21faf7..98fc7cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cookcli" -version = "0.19.3" +version = "0.20.0" edition = "2021" description = "A command-line interface for managing and working with Cooklang recipes" license = "MIT"