Skip to content

Commit

Permalink
Bump version to 0.19.0
Browse files Browse the repository at this point in the history
And add changelog entry.
  • Loading branch information
michaeljones committed Nov 24, 2024
1 parent 337653f commit 137c325
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.19.0

- **Breaking change**: Templates now use the `StringTree` type from the standard library instead of the `StringBuilder`
type which has been deprecated. This means that projects using `matcha` should use `gleam_stdlib >= 0.42.0`.

Generated template modules now expose a `render_tree` function instead of `render_builder`. They continue to expose
a `render` function as before.

## 0.18.0

- Changed to only generating the `.gleam` output if the `.matcha` file has a newer modified timestamp than the `.gleam`
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 = "matcha"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 137c325

Please sign in to comment.