Skip to content

Commit

Permalink
release patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Feb 1, 2025
1 parent 65a07e8 commit 870ac77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:

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

- name: Validate composer.json and composer.lock
run: composer validate

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.2] - Unreleased
## [2.0.2] - 2025-02-01
### Fixed
- Compatibility with middlewares/util:^4.0 [#5]
- Support for PHP 8.4.
Expand Down Expand Up @@ -42,7 +42,7 @@ First version
[#3]: https://github.com/middlewares/base-path-router/issues/3
[#5]: https://github.com/middlewares/base-path-router/issues/5

[2.0.2]: https://github.com/middlewares/base-path-router/compare/v2.0.1...HEAD
[2.0.2]: https://github.com/middlewares/base-path-router/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/middlewares/base-path-router/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/middlewares/base-path-router/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/middlewares/base-path-router/compare/v0.2.1...v1.0.0
Expand Down

0 comments on commit 870ac77

Please sign in to comment.