From 24a05e06ff60f77092aba41446a4b172b6e43f73 Mon Sep 17 00:00:00 2001 From: akutz Date: Fri, 2 Dec 2016 15:07:51 -0600 Subject: [PATCH] Release 0.3.4 This patch marks release 0.3.4. --- .docs/about/release-notes.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.docs/about/release-notes.md b/.docs/about/release-notes.md index 232456b7..4c27dac7 100644 --- a/.docs/about/release-notes.md +++ b/.docs/about/release-notes.md @@ -3,6 +3,17 @@ Release early, release often --- +## Version 0.3.4 (2016/12/02) +This is a minor release that restricts some initialization logging so +that it only appears if the environment variable `LIBSTORAGE_DEBUG` is set to a +truthy value. + +### Bug Fixes +* Fix for path initialization logging ([#349](https://github.com/codedellemc/libstorage/pull/349)) + +### Updates +* Updated build matrix ([#350](https://github.com/codedellemc/libstorage/pull/350)) + ## Version 0.3.3 (2016/11/29) This release includes some minor fixes as well as a new way to query attachment information about one or more volumes. diff --git a/VERSION b/VERSION index 1c09c74e..42045aca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.3 +0.3.4