From af9b738bf2da2d3ca6d036b8dd50a659722ee37a Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Tue, 29 Oct 2019 20:08:07 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16127a62..4ce64885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to Phive are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [0.13.1] - 2019-10-29 + +Please note: Version 0.13.x is the last to support PHP 7.1. Uses are encouraged to upgrade to PHP 7.2 or later. + +### Fixed + +* [#208](https://github.com/phar-io/phive/issues/208): Parsing key data failed with error code 2: unlink +* via [PR #207](https://github.com/phar-io/phive/pull/207) by [jan-di](https://github.com/jan-di): Support paths with spaces in the username (on windows) +* [#153](https://github.com/phar-io/phive/issues/153): via [PR #214](https://github.com/phar-io/phive/pull/214) by [jaapio](https://github.com/jaapio): install --copy flag ignored + ## [0.13.0] - 2019-09-19 Please note: Version 0.13.x is the last to support PHP 7.1. Uses are encouraged to upgrade to PHP 7.2 or later. @@ -312,7 +322,8 @@ any changed PHARs ## [Unreleased] -[Unreleased]: https://github.com/phar-io/phive/compare/0.13.0...HEAD +[Unreleased]: https://github.com/phar-io/phive/compare/0.13.1...HEAD +[0.13.1]: https://github.com/phar-io/phive/compare/0.13.0...0.13.1 [0.13.0]: https://github.com/phar-io/phive/compare/0.12.4...0.13.0 [0.12.4]: https://github.com/phar-io/phive/compare/0.12.3...0.12.4 [0.12.3]: https://github.com/phar-io/phive/compare/0.12.2...0.12.3