File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.0.1] - 2025-01-27
9
+
10
+ ### Fixed
11
+
12
+ - Type safe Stack.php
13
+
8
14
## [ 3.0.0] - 2024-10-21
9
15
10
16
### Added
@@ -49,10 +55,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
49
55
50
56
First draft of middleware stack implementing PSR-15 Draft for PHP7+ runtime environment.
51
57
52
- [ Unreleased ] : https://github.com/idealo/php-middleware-stack/compare/v3.0.0...HEAD
58
+ [ Unreleased ] : https://github.com/idealo/php-middleware-stack/compare/v3.0.1...HEAD
59
+ [ 3.0.1 ] : https://github.com/idealo/php-middleware-stack/compare/v3.0.0...v3.0.1
53
60
[ 3.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v2.0.1...v3.0.0
54
61
[ 2.0.1 ] : https://github.com/idealo/php-middleware-stack/compare/v2.0.0...v2.0.1
55
62
[ 2.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v1.0.0...v2.0.0
56
63
[ 1.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v0.2.0...v1.0.0
57
64
[ 0.2.0 ] : https://github.com/idealo/php-middleware-stack/compare/v0.1.0...v0.2.0
58
- [ 0.1.0 ] : https://github.com/idealo/php-middleware-stack/releases/tag/v0.1.0
65
+ [ 0.1.0 ] : https://github.com/idealo/php-middleware-stack/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments