From 6c7091d09fa38bf6f92636c2d5d6d931dd8f5ca6 Mon Sep 17 00:00:00 2001 From: Maarten de Vries Date: Fri, 13 Dec 2024 10:40:51 +0100 Subject: [PATCH] Bump version to 0.3.6. --- CHANGELOG | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"