From d7928684c5630360ff782e333e9b3c6bffae6c5c Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Sun, 5 Sep 2021 14:54:15 +1000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- src/bonnie.toml | 2 +- src/version.rs | 2 +- wiki | 2 +- 7 files changed, 31 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa077f4..a2e6695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.2](https://github.com/arctic-hen7/bonnie/compare/v0.3.1...v0.3.2) (2021-09-05) + + +### Features + +* ✨ added debug mode ([8891815](https://github.com/arctic-hen7/bonnie/commit/8891815313cd1a693e2ffecd2f63677528a598c8)), closes [#24](https://github.com/arctic-hen7/bonnie/issues/24) +* ✨ added self-documenting ability ([00417fd](https://github.com/arctic-hen7/bonnie/commit/00417fd782310bf86e40a6759a4d712bce88294c)) +* **init:** ✨ allowed creating new config at custom path ([a81345b](https://github.com/arctic-hen7/bonnie/commit/a81345b43e569edb9d7c58eb5aef442221ef63c0)) +* ✨ added support for default template ([#21](https://github.com/arctic-hen7/bonnie/issues/21)) ([7c3eec6](https://github.com/arctic-hen7/bonnie/commit/7c3eec6f3ae981bb64ea866bf7ebda2d29e7c956)) + + +### Bug Fixes + +* 🐛 fixed a few things from [#21](https://github.com/arctic-hen7/bonnie/issues/21) and cleaned up code ([dd4e273](https://github.com/arctic-hen7/bonnie/commit/dd4e2739fc892413b835d83bc786a36b2cce3562)) + + +### Code Refactorings + +* ♻️ removed unnecessary borrows ([f12c60e](https://github.com/arctic-hen7/bonnie/commit/f12c60e9ff85c5cad5d2144bb8ab3d7f10ececac)) + + +### Documentation Changes + +* **wiki:** 📝 updated wiki ([c4bd3cb](https://github.com/arctic-hen7/bonnie/commit/c4bd3cb2d873cef4fe1d0f6740eda49f8a820dab)) + ### [0.3.1](https://github.com/arctic-hen7/bonnie/compare/v0.3.0...v0.3.1) (2021-07-09) diff --git a/Cargo.lock b/Cargo.lock index 80e9d94..0c80252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "bonnie" -version = "0.3.1" +version = "0.3.2" dependencies = [ "dotenv", "home", diff --git a/Cargo.toml b/Cargo.toml index 12d3d2f..73438fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bonnie" -version = "0.3.1" +version = "0.3.2" authors = ["arctic_hen7 "] edition = "2018" diff --git a/README.md b/README.md index 9eb216d..7ce22e9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Basically, if you have commands that you routinely run in a project, Bonnie is f The simplest possible Bonnie configuration file would look like this: ```toml -version = "0.3.1" +version = "0.3.2" [scripts] build = "echo Building" diff --git a/src/bonnie.toml b/src/bonnie.toml index fa3dc72..ee19315 100644 --- a/src/bonnie.toml +++ b/src/bonnie.toml @@ -1,6 +1,6 @@ # This file defines experimental syntax! -version = "0.3.1" +version = "0.3.2" env_files = [ ".env" ] diff --git a/src/version.rs b/src/version.rs index 2775d5c..cc849c4 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1,7 +1,7 @@ // This file defines the current version of Bonnie // This MUST be updated before all releases! -pub const BONNIE_VERSION: &str = "0.3.1"; +pub const BONNIE_VERSION: &str = "0.3.2"; // The different between two major/minor/patch versions #[derive(Debug, PartialEq, Eq)] diff --git a/wiki b/wiki index d6b7d04..db5ae61 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit d6b7d04d91410da8c2894968d45e552e1319c1f4 +Subproject commit db5ae61fc2510df446549683147508b240856e6a