diff --git a/CHANGELOG b/CHANGELOG index 32e23b8..9c910f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# Unreleased +# Version 0.3.6 - 2024-12-13 - [fix][minor] Fix unsound `Clone` and `Drop` implementation of `TemplateBuf` and `ByteTemplateBuf`. # Version 0.3.5 - 2024-09-15 diff --git a/Cargo.toml b/Cargo.toml index 51e11c9..d8e9861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "subst" description = "shell-like variable substitution" -version = "0.3.5" +version = "0.3.6" license = "BSD-2-Clause OR Apache-2.0" repository = "https://github.com/fizyr/subst" documentation = "https://docs.rs/subst"