diff --git a/CHANGELOG.html b/CHANGELOG.html index 50a85bb..a83175f 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -107,9 +107,39 @@

Changelog

-

The latest release was 2022-06-23.

+

The latest release was 2022-09-05.

+ +
+
Release 0.6.5 : 2022-09-05
+
+ + +
+
Commits (patch)
+
+ +
+
Commit 8c3d5cf (patch): fix: clippy fmt
+
fix: clippy fmt
+
+ +
+
Commit 5b776df (patch): fix: more complete separator handling
+
fix: more complete separator handling
+
+ +
+
Commit f27dac9 (patch): fix: allow slash in tag_prefix
+
fix: allow slash in tag_prefix
+
+ +
+
+ +
+
Release 0.6.4 : 2022-06-23
diff --git a/Cargo.lock b/Cargo.lock index cdf2d40..6869a94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1721,7 +1721,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "versio" -version = "0.6.4" +version = "0.6.5" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index a1df9f3..4cdca0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versio" -version = "0.6.4" +version = "0.6.5" authors = ["Charlie Ozinga "] edition = "2021" description = "Versio is a tool to manage and publish projects."