From 7f3f98779555977fb6cdff7fa7c5ae08a30c7256 Mon Sep 17 00:00:00 2001 From: Versio Date: Tue, 24 Aug 2021 15:25:20 +0000 Subject: [PATCH] build(deploy): Versio update versions --- CHANGELOG.html | 27 ++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.html b/CHANGELOG.html index e8a0286..3635633 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -107,9 +107,34 @@

Changelog

-

The latest release was 2021-08-23.

+

The latest release was 2021-08-24.

+ +
+
Release 0.6.1 : 2021-08-24
+
+ + +
+
Commits (patch)
+
+ +
+
Commit 36d847e (patch): fix: remove nested runtimes
+
fix: remove nested runtimes
+
+ +
+
Commit 9b7ef9f (none): docs: add project info to changelog variable docs
+
docs: add project info to changelog variable docs
+
+ +
+
+ +
+
Release 0.6.0 : 2021-08-23
diff --git a/Cargo.lock b/Cargo.lock index 8db385a..dde22e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1767,7 +1767,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "versio" -version = "0.6.0" +version = "0.6.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index cd70560..de8c55f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versio" -version = "0.6.0" +version = "0.6.1" authors = ["Charlie Ozinga "] edition = "2018" description = "Versio is a tool to manage and publish projects."