From 95f6d809eb0d9d79000109dfa6822654c3f4a43a Mon Sep 17 00:00:00 2001 From: Martin Planer Date: Wed, 7 Jun 2017 17:49:13 +0200 Subject: [PATCH] Version bump to 0.3.0 --- CHANGELOG.md | 17 +++++++++++++++-- VERSION | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6008e..1f15486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Currently no changes or additions. -## [0.2.1] - 2017-03-11 +## [0.3.0] - 2017-06-07 +### Added +- Implemented proper progress support for .rar and .tar.gz archives. + * Thanks to *Kidswiss* for the `numFiles` implementation for rar archives (https://github.com/martinplaner/gunarchiver/pull/1). + ### Changed +- Code cleanup, implemented linter recommendations and added CI pipeline to improve code quality. + +### Fixed +- Properly handle error case when root directory cannot be created. + + +## [0.2.1] - 2017-03-11 +### Fixed - Fixed files getting trashed when extraction is canceled ## [0.2.0] - 2017-03-11 @@ -17,7 +29,7 @@ Currently no changes or additions. - Support for .rar files added - Added change log (this file) -### Changed +### Fixed - Fixed broken .tar.gz support in binary (worked in tests) @@ -28,6 +40,7 @@ Currently no changes or additions. [Unreleased]: https://github.com/martinplaner/gunarchiver/tree/develop +[0.3.0]: https://github.com/martinplaner/gunarchiver/releases/tag/v0.3.0 [0.2.1]: https://github.com/martinplaner/gunarchiver/releases/tag/v0.2.1 [0.2.0]: https://github.com/martinplaner/gunarchiver/releases/tag/v0.2.0 [0.1.0]: https://github.com/martinplaner/gunarchiver/releases/tag/v0.1.0 diff --git a/VERSION b/VERSION index 7dff5b8..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.3.0 \ No newline at end of file