From beb490acb7daf9af21ef69f20cb414b73a1a81cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20R=C3=BCegg?= Date: Fri, 29 May 2020 10:11:21 +0200 Subject: [PATCH] Prepare release v0.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simon Rüegg --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51459c6..35ae6a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Please document all notable changes to this project in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [v0.1.6] ### Changed * Show some logs only in verbose mode ([#100]) @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Introduce trace log level with `-vvv` flag ([#100]) * Helpers for managing HTTP proxy environment variables ([#106]) +### Fixed +* Handle empty facts ([#103]) + ## [v0.1.5] ### Changed @@ -67,6 +70,7 @@ Initial implementation [v0.1.3]: https://github.com/projectsyn/commodore/releases/tag/v0.1.3 [v0.1.4]: https://github.com/projectsyn/commodore/releases/tag/v0.1.4 [v0.1.5]: https://github.com/projectsyn/commodore/releases/tag/v0.1.5 +[v0.1.6]: https://github.com/projectsyn/commodore/releases/tag/v0.1.6 [#53]: https://github.com/projectsyn/commodore/pull/53 [#58]: https://github.com/projectsyn/commodore/pull/58 [#81]: https://github.com/projectsyn/commodore/pull/81 @@ -76,4 +80,5 @@ Initial implementation [#95]: https://github.com/projectsyn/commodore/pull/95 [#99]: https://github.com/projectsyn/commodore/pull/99 [#100]: https://github.com/projectsyn/commodore/pull/100 +[#103]: https://github.com/projectsyn/commodore/pull/103 [#106]: https://github.com/projectsyn/commodore/pull/106