Skip to content

Commit 08f6028

Browse files
committed
release: update version and changelog
1 parent 5825700 commit 08f6028

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased - ReleaseDate
44

5+
## 0.16.0 - 2025/03/27
6+
7+
- Correct spelling `ouput` -> `output` and `bunlded` -> `bundled` by @melusc in https://github.com/cooklang/cooklang-rs/pull/31
8+
- Don't hide servings for input by default in playground by @melusc in https://github.com/cooklang/cooklang-rs/pull/32
9+
- Enable scaling according to new spec changes by @dubadub in https://github.com/cooklang/cooklang-rs/pull/30
10+
- Allow referencing other recipes by @dubadub in https://github.com/cooklang/cooklang-rs/pull/34
11+
- (breaking) Use floating value for scaling factor instead of base and target
12+
servings by @dubadub in https://github.com/cooklang/cooklang-rs/pull/35
13+
514
## 0.15.0 - 2025/01/14
615

716
- Add support in `cooklang::metadata` for [canonical

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 = "cooklang"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
edition = "2021"
55
authors = ["Zheoni <zheoni@outlook.es>"]
66
description = "Cooklang parser with opt-in extensions"

0 commit comments

Comments
 (0)