Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinplaner committed Jun 7, 2017
1 parent db39b63 commit 95f6d80
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,28 @@ 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
### Added
- Support for .rar files added
- Added change log (this file)

### Changed
### Fixed
- Fixed broken .tar.gz support in binary (worked in tests)


Expand All @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3.0

0 comments on commit 95f6d80

Please sign in to comment.