diff --git a/.github/version.json b/.github/version.json index f215a3d..a1961ec 100644 --- a/.github/version.json +++ b/.github/version.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c61590..37d06e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/php-internal/container/compare/1.0.1...1.1.0) (2026-09-08) + + +### Features + +* support PHP 8.1 via #[ScopeShared] attribute ([#5](https://github.com/php-internal/container/issues/5)) ([76dfe0b](https://github.com/php-internal/container/commit/76dfe0be031738e80a4c2dea044c523cff53c403)) + + +### Documentation + +* restyle README header and add quality badges ([86f3639](https://github.com/php-internal/container/commit/86f3639b2922c51a6d2606231869712f42ea18b8)) + ## [1.0.1](https://github.com/php-internal/container/compare/1.0.0...1.0.1) (2026-09-07) diff --git a/README.md b/README.md index cee299f..02742dd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Support on Boosty](https://img.shields.io/static/v1?style=for-the-badge&label=&message=Sponsorship&logo=Boosty&logoColor=white&color=%23F15F2C)](https://boosty.to/roxblnfk) -[![Vibe Index](https://img.shields.io/static/v1?label=Vibe+Index&message=1.5&color=1fb684&style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTkgNCBROSAxMyAxOCAxMyBROSAxMyA5IDIyIFE5IDEzIDAgMTMgUTkgMTMgOSA0IFoiLz48cGF0aCBkPSJNMTkgMSBRMTkgNiAyNCA2IFExOSA2IDE5IDExIFExOSA2IDE0IDYgUTE5IDYgMTkgMSBaIi8%2BPHBhdGggZD0iTTIwIDE0IFEyMCAxOCAyNCAxOCBRMjAgMTggMjAgMjIgUTIwIDE4IDE2IDE4IFEyMCAxOCAyMCAxNCBaIi8%2BPC9zdmc%2B)](https://github.com/roxblnfk/action-vibe-index) +[![Vibe Index](https://img.shields.io/static/v1?label=Vibe+Index&message=1.8&color=1eb88b&style=flat-square&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTkgNCBROSAxMyAxOCAxMyBROSAxMyA5IDIyIFE5IDEzIDAgMTMgUTkgMTMgOSA0IFoiLz48cGF0aCBkPSJNMTkgMSBRMTkgNiAyNCA2IFExOSA2IDE5IDExIFExOSA2IDE0IDYgUTE5IDYgMTkgMSBaIi8%2BPHBhdGggZD0iTTIwIDE0IFEyMCAxOCAyNCAxOCBRMjAgMTggMjAgMjIgUTIwIDE4IDE2IDE4IFEyMCAxOCAyMCAxNCBaIi8%2BPC9zdmc%2B)](https://github.com/roxblnfk/action-vibe-index) [![Psalm Level](https://shepherd.dev/github/php-internal/container/level.svg)](https://shepherd.dev/github/php-internal/container) [![Type Coverage](https://shepherd.dev/github/php-internal/container/coverage.svg)](https://shepherd.dev/github/php-internal/container) [![codecov](https://codecov.io/gh/php-internal/container/branch/1.x/graph/badge.svg)](https://codecov.io/gh/php-internal/container)