We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93d777 commit 15c5dd4Copy full SHA for 15c5dd4
ChangeLog.md
@@ -2,6 +2,12 @@
2
3
All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
5
+## [3.0.2] - 2024-07-03
6
+
7
+### Changed
8
9
+* This project now uses PHPStan instead of Psalm for static analysis
10
11
## [3.0.1] - 2024-03-02
12
13
### Changed
@@ -36,6 +42,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
36
42
37
43
* Initial release
38
44
45
+[3.0.2]: https://github.com/sebastianbergmann/cli-parser/compare/3.0.1...3.0.2
39
46
[3.0.1]: https://github.com/sebastianbergmann/cli-parser/compare/3.0.0...3.0.1
40
47
[3.0.0]: https://github.com/sebastianbergmann/cli-parser/compare/2.0...3.0.0
41
48
[2.0.1]: https://github.com/sebastianbergmann/cli-parser/compare/2.0.0...2.0.1
0 commit comments