Skip to content

Commit

Permalink
Merge pull request #269 from akutz/release/0.2.1
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
akutz authored Sep 14, 2016
2 parents 030b994 + 5cb6951 commit 2f7210c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit 2f7210c

Please sign in to comment.