File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 3.3.0] - 2021-07-04
9
+ ### Added
10
+ - Support for psr/container v2.x [ #26 ]
11
+
8
12
## [ 3.2.0] - 2020-11-30
9
13
### Fixed
10
14
- Added support for PHP 8 [ #22 ] [ #23 ]
@@ -204,7 +208,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
204
208
[ #21 ] : https://github.com/middlewares/utils/issues/21
205
209
[ #22 ] : https://github.com/middlewares/utils/issues/22
206
210
[ #23 ] : https://github.com/middlewares/utils/issues/23
211
+ [ #26 ] : https://github.com/middlewares/utils/issues/26
207
212
213
+ [ 3.3.0 ] : https://github.com/middlewares/utils/compare/v3.2.0...v3.3.0
208
214
[ 3.2.0 ] : https://github.com/middlewares/utils/compare/v3.1.0...v3.2.0
209
215
[ 3.1.0 ] : https://github.com/middlewares/utils/compare/v3.0.1...v3.1.0
210
216
[ 3.0.1 ] : https://github.com/middlewares/utils/compare/v3.0.0...v3.0.1
Original file line number Diff line number Diff line change @@ -119,9 +119,7 @@ The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.
119
119
[ ico-version ] : https://img.shields.io/packagist/v/middlewares/utils.svg?style=flat-square
120
120
[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
121
121
[ ico-ga ] : https://github.com/middlewares/utils/workflows/testing/badge.svg
122
- [ ico-scrutinizer ] : https://img.shields.io/scrutinizer/g/middlewares/utils.svg?style=flat-square
123
122
[ ico-downloads ] : https://img.shields.io/packagist/dt/middlewares/utils.svg?style=flat-square
124
123
125
124
[ link-packagist ] : https://packagist.org/packages/middlewares/utils
126
- [ link-scrutinizer ] : https://scrutinizer-ci.com/g/middlewares/utils
127
125
[ link-downloads ] : https://packagist.org/packages/middlewares/utils
You can’t perform that action at this time.
0 commit comments