From 8eafac563e5580dab6fd8dab897eb47a1ae39623 Mon Sep 17 00:00:00 2001 From: Matty Date: Mon, 5 Apr 2021 01:04:27 -0400 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 14 +++++++++----- version/version.go | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd4c6a..999e3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.7] - 2021-04-05 ### Changed - Adjust flag descriptions - Enhanced debug output and header -- Update sample.yml and quickstart documentation +- Update sample.yaml and quickstart documentation - Condensed the increment stats to provide a more streamlined approach +- Added the concept of persistent flags at the command root, to make sub-command flags more streamlined ### Fixed - flag names were pointing to the wrong variables -- change yml -> yaml in the documentation accross the board -- the web interface now has the right stats and the progress bar works again +- change yml -> yaml in the documentation across the board +- the web interface now has the correct stats, and the progress bar works again, threading is still an issue though ### Added - flag to enable/disable the webserver, default is disable @@ -28,7 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - several dead functions -## [0.0.6] - 2020-01-22 +## [0.0.6] - 2021-01-22 ### Changed - rule -> signature throughout the code @@ -80,7 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - initial release for the new project -[Unreleased]: https://github.com/mattyjones/wraith/compare/0.0.6...HEAD +[Unreleased]: https://github.com/mattyjones/wraith/compare/0.0.7...HEAD +[0.0.7]: https://github.com/mattyjones/wraith/releases/tag/0.0.6 [0.0.6]: https://github.com/mattyjones/wraith/releases/tag/0.0.6 [0.0.4]: https://github.com/mattyjones/wraith/releases/tag/0.0.4 [0.0.3]: https://github.com/mattyjones/wraith/releases/tag/0.0.3 diff --git a/version/version.go b/version/version.go index 603cb96..4607666 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ const AppVersionMajor = "0" const AppVersionMinor = "0" // AppVersionPatch is the patch version -const AppVersionPatch = "6" +const AppVersionPatch = "7" // AppVersionPre ... const AppVersionPre = ""