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
55
66## [ Unreleased]
77
8+ ## [ 3.0.1] - 2025-01-27
9+
10+ ### Fixed
11+
12+ - Type safe Stack.php
13+
814## [ 3.0.0] - 2024-10-21
915
1016### Added
@@ -49,10 +55,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4955
5056First draft of middleware stack implementing PSR-15 Draft for PHP7+ runtime environment.
5157
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
5360[ 3.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v2.0.1...v3.0.0
5461[ 2.0.1 ] : https://github.com/idealo/php-middleware-stack/compare/v2.0.0...v2.0.1
5562[ 2.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v1.0.0...v2.0.0
5663[ 1.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v0.2.0...v1.0.0
5764[ 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