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