From 26213d26bcf0d5bb24a5b0b30a9faa28d078acfa Mon Sep 17 00:00:00 2001 From: Maarten de Vries <maarten@de-vri.es> Date: Tue, 25 Jun 2024 12:59:17 +0200 Subject: [PATCH] Bump version to 0.3.2. --- CHANGELOG | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2b393b2..6fb9502 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# Unreleased +# Version 0.3.2 - 2024-06-25 - [add][minor] Allow re-use of parsed templates with `Template`, `TemplateBuf`, `ByteTemplate` and `ByteTemplateBuf`. # Version 0.3.1 - 2024-06-09 diff --git a/Cargo.toml b/Cargo.toml index 0a757d5..65d1051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "subst" description = "shell-like variable substitution" -version = "0.3.1" +version = "0.3.2" license = "BSD-2-Clause OR Apache-2.0" repository = "https://github.com/fizyr/subst" documentation = "https://docs.rs/subst"