diff --git a/CHANGELOG.html b/CHANGELOG.html index ca9d117..6e0466d 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -102,9 +102,33 @@

Changelog

-

The latest release was 2020-09-17.

+

The latest release was 2020-09-22.

+ +
+
Release 2020-09-22
+
+ +
+
Commits (minor)
+
+ +
+
Commit 200a748 (minor): feat: hooks and labels
+
feat: hooks and labels
+
+ +
+
Commit 0ab3f2b (none): build: update docs and manifest
+
build: update docs and manifest
+
+ +
+
+ +
+
Release 2020-09-17
diff --git a/Cargo.lock b/Cargo.lock index 90cdeaf..0255d18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2066,7 +2066,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "versio" -version = "0.3.0" +version = "0.4.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index af315d6..b0926b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versio" -version = "0.3.0" +version = "0.4.0" authors = ["Charlie Ozinga "] edition = "2018" description = "Versio is a tool to manage and publish projects."