From 443ecce504a1e8678fc03ee3b051733d6f64381f Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 3 Mar 2023 14:16:46 +0100 Subject: [PATCH] Bump to version 0.3.1 --- 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 b3a293d..87d2b19 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.1] - 2023-03-03 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 65cbd20..9b723fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ source = "git+https://github.com/robbert-vdh/clap-sys.git?rev=cf5d36e9d1daa4b052 [[package]] name = "clap-validator" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9a02254..f74de45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-validator" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" rust-version = "1.64.0" # MSRV