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."