Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheoni committed Apr 11, 2024
1 parent 49222b6 commit 60c56da
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased - ReleaseDate

## 0.9.0 - 2024/04/11

- Add more markdown customization to change all hard coded words.
- Add `--config` global arg to override the `config.toml` file used.

## 0.8.5 - 2024/02/27

- Don't allow `serve` or `list` to run outside a collection to avoid unwanted
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cooklang-chef"
version = "0.8.5"
version = "0.9.0"
edition = "2021"
authors = ["Zheoni <[email protected]>"]
description = "CLI to manage cooklang recipes"
Expand Down
6 changes: 6 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ description = "blockquote" # or "heading" or "hidden"
escape_step_numbers = false # everything is a paragraph
italic_amounts = true # put amounts in italics
front_matter_name = "name" # key "name" in the frontmatter with the recipe name
heading.section = "Section %n" # used in sections without name. `%n` is the section number
heading.ingredients = "Ingredients"
heading.cookware = "Cookware"
heading.steps = "Steps"
heading.description = "Description" # used when `description = "heading"
optional_marker = "(optional)"
```
The paths in `load`, if relative, they are relative from the `.cooklang` dir.
Expand Down

0 comments on commit 60c56da

Please sign in to comment.