From db38eb85f3a9ec08a1d45ad1dbe5d4f6b4737b30 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 25 Mar 2023 14:37:19 +0100 Subject: [PATCH] Bump to version 0.3.2 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f586bc0..91e844d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.2] - 2023-03-25 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 5ea5202..cfaf33d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ source = "git+https://github.com/robbert-vdh/clap-sys.git?rev=04779b57663f6f3f71 [[package]] name = "clap-validator" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bdaf3d8..45ce2c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-validator" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" rust-version = "1.64.0" # MSRV