diff --git a/CHANGELOG b/CHANGELOG index 83e2edc..2a076b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# Unreleased +# Version 0.3.7 - 2024-12-13 - [fix][minor] Fix violation of aliasing rules in `TemplateBuf` and `ByteTemplateBuf`. # Version 0.3.6 - 2024-12-13 diff --git a/Cargo.toml b/Cargo.toml index d8e9861..404b6f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "subst" description = "shell-like variable substitution" -version = "0.3.6" +version = "0.3.7" license = "BSD-2-Clause OR Apache-2.0" repository = "https://github.com/fizyr/subst" documentation = "https://docs.rs/subst"