From 1609b37d60adcff2486f9fd42b58a340c31be0d6 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Sun, 26 Jul 2020 10:08:21 -0700 Subject: [PATCH] chore(release): Release v0.1.0 # Changelog ## v0.1.0 (2020-07-26) ### Features * **init:** Initialize repository. 8fd263d --- CHANGELOG.md | 9 +-------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a7077..d9376e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,9 @@ # Changelog -### [v0.1.1](https://github.com/Hoverbear-Consulting/junctor/compare/v0.1.0...v0.1.1) (2020-07-26) - -#### Features - -* **kettlehead:** Fixup kettlehead 4d2dcdb - - ## v0.1.0 (2020-07-26) ### Features -* **init:** Initialize repository. c6298de +* **init:** Initialize repository. 8fd263d diff --git a/Cargo.toml b/Cargo.toml index 6b59e22..f5dda92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junctor" -version = "0.1.1" +version = "0.1.0" authors = ["Ana Hobden "] edition = "2018" description = "Nothing quite yet!"