From 710c72e7b8c2ed00d011865b70eb6b7865ec6279 Mon Sep 17 00:00:00 2001 From: Versio Date: Thu, 17 Sep 2020 09:27:23 +0000 Subject: [PATCH] build(deploy): Versio update versions --- CHANGELOG.html | 188 +++++++++++++++++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.html diff --git a/CHANGELOG.html b/CHANGELOG.html new file mode 100644 index 0000000..ca9d117 --- /dev/null +++ b/CHANGELOG.html @@ -0,0 +1,188 @@ + + + + + + + + + +

Changelog

+

The latest release was 2020-09-17.

+ + + +
+
Release 2020-09-17
+
+ +
+
PR 1 (patch): Add GITHUB_TOKEN env
+
+ +
+
Commit bd133fe (patch): fix: add GITHUB_TOKEN for easier CI
+
fix: add GITHUB_TOKEN for easier CI
+
+ +
+
Commit b4014b7 (none): build(changelog): add changelog
+
build(changelog): add changelog
+
+ +
+
+ +
+
Other commits (minor)
+
+ +
+
Commit da09bf8 (patch): fix: better credential handling
+
fix: better credential handling
+
+ +
+
Commit a7140f6 (patch): fix: add info cmd and premerge compat
+
fix: add info cmd and premerge compat
+
+Add the 'info' subcommand, better PR handling for premerge checks, and
+make some minor github workflow changes.
+
+ +
+
Commit 7e87eed (minor): feat: use the yambler
+
feat: use the yambler
+
+ +
+
Commit 350383a (patch): fix: no dynamic output in gha
+
fix: no dynamic output in gha
+
+ +
+
Commit f8693e1 (minor): feat: rework github actions
+
feat: rework github actions
+
+ +
+
Commit 391ecfb (none): build: update github structs
+
build: update github structs
+
+ +
+
+ +
+
+ + + + + + + diff --git a/Cargo.toml b/Cargo.toml index 7ff5c7c..af315d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versio" -version = "0.2.0" +version = "0.3.0" authors = ["Charlie Ozinga "] edition = "2018" description = "Versio is a tool to manage and publish projects."