diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e65fd58e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog of phive + +## phive 0.3.0 (?? ??? ????) + + +## phive 0.2.0 (25 Feb 2016) + +* Merge PR [#32](https://github.com/phar-io/phive/pull/32) add basic "list" command do show known aliases +* Merge PR [#28](https://github.com/phar-io/phive/pull/28) Add help text for -global option +* Merge PR [#27](https://github.com/phar-io/phive/pull/27) Abbreviations should be uppercased +* Merge PR [#25](https://github.com/phar-io/phive/pull/25) Initial work on Issue [#16](https://github.com/phar-io/phive/issues/16) + +* Add: show more info then fingerprint before import (Issue #33) +* Fix: not compatible with php 7 (Issue #31) +* Change: Make -save flag default behaviour (Issue #20) +* Add: '-save' option to write installed phar to phive.xml (Issue #18) +* Add: Allow global installation of PHARs enhancement (Issue #16) +* Add: Implement command to list known aliases enhancement (Issue #4) +* Add: Verify signature of phar (Issue #1) + +## phive 0.1.0 (23 Sep 2015) + +* Initial Release