From e4c81d5ef4c7e45e02b09861c648774866fd92ef Mon Sep 17 00:00:00 2001 From: Versio Date: Thu, 23 Jun 2022 09:42:29 +0000 Subject: [PATCH] build(deploy): Versio update versions --- CHANGELOG.html | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.html b/CHANGELOG.html index fa56b5e..50a85bb 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -111,6 +111,26 @@

Changelog

+
+
Release 0.6.4 : 2022-06-23
+
+ + +
+
Commits (patch)
+
+ +
+
Commit 6e1f802 (patch): fix: clippy
+
fix: clippy
+
+ +
+
+ +
+
+
Release 0.6.3 : 2022-06-23
diff --git a/Cargo.lock b/Cargo.lock index d78b784..cdf2d40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1721,7 +1721,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "versio" -version = "0.6.3" +version = "0.6.4" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7279b5f..a1df9f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versio" -version = "0.6.3" +version = "0.6.4" authors = ["Charlie Ozinga "] edition = "2021" description = "Versio is a tool to manage and publish projects."