diff --git a/CHANGELOG.md b/CHANGELOG.md index 583a18c..25309dd 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.0] - 2023-02-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3e3ce54..4db3bee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ source = "git+https://github.com/robbert-vdh/clap-sys.git?rev=88261e494c1ea1e7bc [[package]] name = "clap-validator" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3214d44..c1c71a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-validator" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" rust-version = "1.64.0" # MSRV