From 4c8162e04aa663504657f7b856ca7f7f8b03a171 Mon Sep 17 00:00:00 2001 From: Versio Date: Sun, 8 Nov 2020 01:24:50 -0700 Subject: [PATCH] build(deploy): Versio update versions --- CHANGELOG.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 58 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.html b/CHANGELOG.html index 582b57a..c01a3fd 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -24,6 +24,11 @@ margin-top: 10px; } +.dep { + margin-left: 10px; + margin-bottom: 10px; +} + .pr { margin-left: 10px; margin-bottom: 10px; @@ -102,9 +107,59 @@

Changelog

-

The latest release was 2020-10-04.

+

The latest release was 2020-11-08.

+ +
+
Release 0.4.2 : 2020-11-08
+
+ + +
+
Commits (patch)
+
+ +
+
Commit 822d001 (patch): fix: windows target
+
fix: windows target
+
+ +
+
Commit ce72163 (patch): fix: tests
+
fix: tests
+
+ +
+
Commit 0eb93dd (patch): fix: clippy update
+
fix: clippy update
+
+ +
+
Commit 4fa1a71 (patch): fix: add version chains
+
fix: add version chains
+
+ +
+
Commit f1fc0ea (patch): fix: simplify kahn dependency handler
+
fix: simplify kahn dependency handler
+
+ +
+
Commit fc796df (none): refactor: adapt more docs and style
+
refactor: adapt more docs and style
+
+ +
+
Commit 63dec42 (none): build(github): add indep github publish
+
build(github): add indep github publish
+
+ +
+
+ +
+
Release 2020-10-04
diff --git a/Cargo.lock b/Cargo.lock index 2495ea2..65fff83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2066,7 +2066,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "versio" -version = "0.4.1" +version = "0.4.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index c4f9636..f14d8f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versio" -version = "0.4.1" +version = "0.4.2" authors = ["Charlie Ozinga "] edition = "2018" description = "Versio is a tool to manage and publish projects."