Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 21, 2024
1 parent 1b35e69 commit abd2d62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,19 @@ jobs:
- 8.1
- 8.2
- 8.3
- 8.4

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- name: Cache PHP dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.3] - 2024-11-21
### Fixed
- Support for PHP 8.4 [#6]

## [2.0.2] - 2024-11-13
### Fixed
- Allow `middlewares/utils:^4` [#5]
Expand Down Expand Up @@ -68,7 +72,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
First version

[#5]: https://github.com/middlewares/trailing-slash/issues/5
[#6]: https://github.com/middlewares/trailing-slash/issues/6

[2.0.3]: https://github.com/middlewares/trailing-slash/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/middlewares/trailing-slash/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/middlewares/trailing-slash/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/middlewares/trailing-slash/compare/v1.1.0...v2.0.0
Expand Down

0 comments on commit abd2d62

Please sign in to comment.