From d14e6a1ea98aba4832ca2e28b802f0f3b69598d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 13 Dec 2019 18:53:59 +0100 Subject: [PATCH] Enhancement: Add changelog --- CHANGELOG.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ readme.md | 4 +++ 2 files changed, 79 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0a4b31b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,75 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +For a full diff see [`0.5.0...master`][0.5.0...master]. + +## [`0.5.0`][0.5.0] + +For a full diff see [`0.4.2...0.5.0`][0.4.2...0.5.0]. + +### Added + +* Allowed installation with `phpstan/phpstan:~0.12.2` ([#67]), by [@localheinz] and [@PedroTroller] + +## [`0.4.2`][0.4.2] + +For a full diff see [`0.4.1...0.4.2`][0.4.1...0.4.2]. + +## [`0.4.1`][0.4.1] + +For a full diff see [`0.4...0.4.1`][0.4...0.4.1]. + +## [`0.4`][0.4] + +For a full diff see [`0.3.0...0.4`][0.3.0...0.4]. + +## [`0.3.0`][0.3.0] + +For a full diff see [`0.2.0...0.3.0`][0.2.0...0.3.0]. + +## [`0.2.0`][0.2.0] + +For a full diff see [`0.1.2...0.2.0`][0.1.2...0.2.0]. + +## [`0.1.2`][0.1.2] + +For a full diff see [`0.1.1...0.1.2`][0.1.1...0.1.2]. + +## [`0.1.1`][0.1.1] + +For a full diff see [`0.1...0.1.1`][0.1...0.1.1]. + +## [`0.1`][0.1] + +For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1]. + +[0.1]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.1 +[0.1.1]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.1.1 +[0.1.2]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.1.2 +[0.2.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.2.0 +[0.3.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.3.0 +[0.4]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.4 +[0.4.1]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.4.1 +[0.4.2]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.4.2 +[0.5.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.5.0 + +[afd6fd9...0.1]: https://github.com/Jan0707/phpstan-prophecy/compare/afd6fd9...0.1 +[0.1...0.1.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.1...0.1.1 +[0.1.1...0.1.2]: https://github.com/Jan0707/phpstan-prophecy/compare/0.1.1...0.1.2 +[0.1.2...0.2.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.1.2...0.2.0 +[0.2.0...0.3.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.2.0...0.3.0 +[0.3.0...0.4]: https://github.com/Jan0707/phpstan-prophecy/compare/0.3.0...0.4 +[0.4...0.4.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.4...0.4.1 +[0.4.1...0.4.2]: https://github.com/Jan0707/phpstan-prophecy/compare/0.4.1...0.4.2 +[0.4.2...0.5.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.4.2...0.5.0 +[0.5.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.5.0...master + +[#67]: https://github.com/Jan0707/phpstan-prophecy/pull/67 + +[@localheinz]: https://github.com/localheinz +[@PedroTroller]: https://github.com/PedroTroller diff --git a/readme.md b/readme.md index f5e723a..fcc6ec1 100644 --- a/readme.md +++ b/readme.md @@ -67,6 +67,10 @@ You can then use this tagged container image to run php during development: ``docker run -it --rm --name phpstan-prophecy-dev -v "$PWD":/var/www/html -w /var/www/html phpstan-prohphecy:7.1 bash`` +## Changelog + +Please have a look at [`CHANGELOG.md`](CHANGELOG.md). + ## Contributing Please have a look at [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).