Skip to content

Commit b704ff7

Browse files
committed
new version
1 parent 123105e commit b704ff7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [3.3.0] - 2021-07-04
9+
### Added
10+
- Support for psr/container v2.x [#26]
11+
812
## [3.2.0] - 2020-11-30
913
### Fixed
1014
- Added support for PHP 8 [#22] [#23]
@@ -204,7 +208,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
204208
[#21]: https://github.com/middlewares/utils/issues/21
205209
[#22]: https://github.com/middlewares/utils/issues/22
206210
[#23]: https://github.com/middlewares/utils/issues/23
211+
[#26]: https://github.com/middlewares/utils/issues/26
207212

213+
[3.3.0]: https://github.com/middlewares/utils/compare/v3.2.0...v3.3.0
208214
[3.2.0]: https://github.com/middlewares/utils/compare/v3.1.0...v3.2.0
209215
[3.1.0]: https://github.com/middlewares/utils/compare/v3.0.1...v3.1.0
210216
[3.0.1]: https://github.com/middlewares/utils/compare/v3.0.0...v3.0.1

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.
119119
[ico-version]: https://img.shields.io/packagist/v/middlewares/utils.svg?style=flat-square
120120
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
121121
[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
123122
[ico-downloads]: https://img.shields.io/packagist/dt/middlewares/utils.svg?style=flat-square
124123

125124
[link-packagist]: https://packagist.org/packages/middlewares/utils
126-
[link-scrutinizer]: https://scrutinizer-ci.com/g/middlewares/utils
127125
[link-downloads]: https://packagist.org/packages/middlewares/utils

0 commit comments

Comments
 (0)