From 5cb6951986873260e1c20b1211cc09e4f08bd8e3 Mon Sep 17 00:00:00 2001 From: akutz Date: Wed, 14 Sep 2016 13:43:16 -0500 Subject: [PATCH] Release 0.2.1 This patch marks release 0.2.1. --- .docs/about/release-notes.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.docs/about/release-notes.md b/.docs/about/release-notes.md index 427420b4..aa2ca45a 100644 --- a/.docs/about/release-notes.md +++ b/.docs/about/release-notes.md @@ -4,6 +4,19 @@ Release early, release often --- +## Version 0.2.1 (2016/09/14) +This is a minor release that includes a fix for the EFS storage driver as well +as improvements to the build process. For example, Travis-CI now builds +libStorage against multiple versions of Golang and both Linux and Darwin. + +### Bug Fixes +* EFS Volume / Tag Creation Bug ([#261](https://github.com/emccode/libstorage/issues/261)) +* Next Device Fix ([#268](https://github.com/emccode/libstorage/issues/268)) + +### Enhancements +* Build Matrix Support ([#263](https://github.com/emccode/libstorage/issues/263)) +* Glide 12 Support ([#265](https://github.com/emccode/libstorage/issues/265)) + ## Version 0.2.0 (2016/09/07) Beginning with this release, libStorage's versions will increment the MINOR component with the introduction of a new storage driver in concert with the diff --git a/VERSION b/VERSION index 0ea3a944..0c62199f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1