Skip to content

Commit

Permalink
Merge pull request #72 from localheinz/feature/changelog
Browse files Browse the repository at this point in the history
Enhancement: Add changelog
  • Loading branch information
localheinz authored Dec 13, 2019
2 parents 7067d8a + d14e6a1 commit eec7f46
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit eec7f46

Please sign in to comment.