Skip to content

Commit

Permalink
Release v3.7.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk authored Feb 12, 2024
1 parent 7bb3228 commit af7bd72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: PHP
on:
pull_request:
branches:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
push: null

permissions: {}
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [v3.7.0] - 2024-08-12

### Changed

- [crunzphp#77] Require at least Symfony 6.4
- [crunzphp#79] Update PHPCSFixer
- [crunzphp#78] Allow Symfony v7

## [v3.6.0] - 2023-11-10

### Added
Expand Down Expand Up @@ -545,6 +553,9 @@ In `v2` this will result in exception.
[crunzphp#65]: https://github.com/crunzphp/crunz/pull/65
[crunzphp#66]: https://github.com/crunzphp/crunz/pull/66
[crunzphp#68]: https://github.com/crunzphp/crunz/pull/68
[crunzphp#77]: https://github.com/crunzphp/crunz/pull/77
[crunzphp#78]: https://github.com/crunzphp/crunz/pull/78
[crunzphp#79]: https://github.com/crunzphp/crunz/pull/79
[v1.5.1]: https://github.com/crunzphp/crunz/compare/v1.5.0...v1.5.1
[v1.6.0]: https://github.com/crunzphp/crunz/compare/v1.5.1...v1.6.0
[v1.6.1]: https://github.com/crunzphp/crunz/compare/v1.6.0...v1.6.1
Expand Down Expand Up @@ -592,6 +603,7 @@ In `v2` this will result in exception.
[v3.5.0]: https://github.com/crunzphp/crunz/compare/v3.4.1...v3.5.0
[v3.5.1]: https://github.com/crunzphp/crunz/compare/v3.5.0...v3.5.1
[v3.6.0]: https://github.com/crunzphp/crunz/compare/v3.5.1...v3.6.0
[v3.7.0]: https://github.com/crunzphp/crunz/compare/v3.6.0...v3.7.0
[@andrewmy]: https://github.com/andrewmy
[@arthurbarros]: https://github.com/arthurbarros
[@bashgeek]: https://github.com/bashgeek
Expand Down

0 comments on commit af7bd72

Please sign in to comment.