diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9af30..e20eb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.17.0 + +- Changed to use `type` keyword in `StringBuilder` import in the generated Gleam code as suits recent + versions of the Gleam compiler. + ## 0.16.0 - Support `{> fn` and `{> pub fn` syntax for declaring private and public functions within the diff --git a/Cargo.lock b/Cargo.lock index dd5e30b..8d6af7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "matcha" -version = "0.16.0" +version = "0.17.0" dependencies = [ "atty", "codespan-reporting", diff --git a/Cargo.toml b/Cargo.toml index 6bc2779..830f661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matcha" -version = "0.16.0" +version = "0.17.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html