diff --git a/CHANGELOG.html b/CHANGELOG.html index fe28442..dce1d37 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -111,6 +111,31 @@

Changelog

+
+
Release 0.4.4 : 2020-11-09
+
+ + +
+
Commits (patch)
+
+ +
+
Commit 12f25d3 (patch): fix: add also, docs
+
fix: add also, docs
+
+ +
+
Commit 3510ef3 (none): build: update actions
+
build: update actions
+
+ +
+
+ +
+
+
Release 0.4.3 : 2020-11-09
diff --git a/Cargo.lock b/Cargo.lock index 6371ef1..51b2aa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2115,7 +2115,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "versio" -version = "0.4.3" +version = "0.4.4" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5555fe6..ca05d79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versio" -version = "0.4.3" +version = "0.4.4" authors = ["Charlie Ozinga "] edition = "2018" description = "Versio is a tool to manage and publish projects."