Skip to content

Commit eec7f46

Browse files
authored
Merge pull request #72 from localheinz/feature/changelog
Enhancement: Add changelog
2 parents 7067d8a + d14e6a1 commit eec7f46

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

CHANGELOG.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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).
6+
7+
## Unreleased
8+
9+
For a full diff see [`0.5.0...master`][0.5.0...master].
10+
11+
## [`0.5.0`][0.5.0]
12+
13+
For a full diff see [`0.4.2...0.5.0`][0.4.2...0.5.0].
14+
15+
### Added
16+
17+
* Allowed installation with `phpstan/phpstan:~0.12.2` ([#67]), by [@localheinz] and [@PedroTroller]
18+
19+
## [`0.4.2`][0.4.2]
20+
21+
For a full diff see [`0.4.1...0.4.2`][0.4.1...0.4.2].
22+
23+
## [`0.4.1`][0.4.1]
24+
25+
For a full diff see [`0.4...0.4.1`][0.4...0.4.1].
26+
27+
## [`0.4`][0.4]
28+
29+
For a full diff see [`0.3.0...0.4`][0.3.0...0.4].
30+
31+
## [`0.3.0`][0.3.0]
32+
33+
For a full diff see [`0.2.0...0.3.0`][0.2.0...0.3.0].
34+
35+
## [`0.2.0`][0.2.0]
36+
37+
For a full diff see [`0.1.2...0.2.0`][0.1.2...0.2.0].
38+
39+
## [`0.1.2`][0.1.2]
40+
41+
For a full diff see [`0.1.1...0.1.2`][0.1.1...0.1.2].
42+
43+
## [`0.1.1`][0.1.1]
44+
45+
For a full diff see [`0.1...0.1.1`][0.1...0.1.1].
46+
47+
## [`0.1`][0.1]
48+
49+
For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
50+
51+
[0.1]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.1
52+
[0.1.1]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.1.1
53+
[0.1.2]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.1.2
54+
[0.2.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.2.0
55+
[0.3.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.3.0
56+
[0.4]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.4
57+
[0.4.1]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.4.1
58+
[0.4.2]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.4.2
59+
[0.5.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.5.0
60+
61+
[afd6fd9...0.1]: https://github.com/Jan0707/phpstan-prophecy/compare/afd6fd9...0.1
62+
[0.1...0.1.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.1...0.1.1
63+
[0.1.1...0.1.2]: https://github.com/Jan0707/phpstan-prophecy/compare/0.1.1...0.1.2
64+
[0.1.2...0.2.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.1.2...0.2.0
65+
[0.2.0...0.3.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.2.0...0.3.0
66+
[0.3.0...0.4]: https://github.com/Jan0707/phpstan-prophecy/compare/0.3.0...0.4
67+
[0.4...0.4.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.4...0.4.1
68+
[0.4.1...0.4.2]: https://github.com/Jan0707/phpstan-prophecy/compare/0.4.1...0.4.2
69+
[0.4.2...0.5.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.4.2...0.5.0
70+
[0.5.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.5.0...master
71+
72+
[#67]: https://github.com/Jan0707/phpstan-prophecy/pull/67
73+
74+
[@localheinz]: https://github.com/localheinz
75+
[@PedroTroller]: https://github.com/PedroTroller

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ You can then use this tagged container image to run php during development:
6767

6868
``docker run -it --rm --name phpstan-prophecy-dev -v "$PWD":/var/www/html -w /var/www/html phpstan-prohphecy:7.1 bash``
6969

70+
## Changelog
71+
72+
Please have a look at [`CHANGELOG.md`](CHANGELOG.md).
73+
7074
## Contributing
7175

7276
Please have a look at [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).

0 commit comments

Comments
 (0)