Skip to content

Commit

Permalink
Release v3.6.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk authored Nov 10, 2023
1 parent 9de26de commit 0cd87ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

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

### Added

- [crunzphp#68] Getter for 'from', 'to' event's configuration, thanks to [@lucatacconi]

## [v3.5.1] - 2023-11-03

### Fixed
Expand Down Expand Up @@ -538,6 +544,7 @@ In `v2` this will result in exception.
[crunzphp#64]: https://github.com/crunzphp/crunz/pull/64
[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
[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 @@ -584,6 +591,7 @@ In `v2` this will result in exception.
[v3.4.1]: https://github.com/crunzphp/crunz/compare/v3.4.0...v3.4.1
[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
[@andrewmy]: https://github.com/andrewmy
[@arthurbarros]: https://github.com/arthurbarros
[@bashgeek]: https://github.com/bashgeek
Expand All @@ -594,6 +602,7 @@ In `v2` this will result in exception.
[@FallDi]: https://github.com/FallDi
[@iluuu1994]: https://github.com/iluuu1994
[@jhoughtelin]: https://github.com/jhoughtelin
[@lucatacconi]: https://github.com/lucatacconi
[@m-hume]: https://github.com/m-hume
[@mareksuscak]: https://github.com/mareksuscak
[@mindcreations]: https://github.com/mindcreations
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Crunz is capable of executing any kind of executable command as well as PHP clos

| Version | Supported PHP versions |
|----------|---------------------------------------------------------------------------------------------------|
| v3.6-dev | ![8.0+](https://img.shields.io/badge/php-%3E=8.0-blue.svg?style=flat-square) |
| v3.7-dev | ![8.0+](https://img.shields.io/badge/php-%3E=8.0-blue.svg?style=flat-square) |
| v3.6 | ![8.0+](https://img.shields.io/badge/php-%3E=8.0-blue.svg?style=flat-square) |
| v3.5 | ![8.0+](https://img.shields.io/badge/php-%3E=8.0-blue.svg?style=flat-square) |
| v3.4 | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
| v2.3 | ![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square) |
Expand Down Expand Up @@ -934,7 +935,7 @@ You can support further Crunz development by [GitHub](https://github.com/sponsor

### Which branch should I choose?

Bug fixes and readme changes should target `3.4`, new features should target `3.5`.
Bug fixes and readme changes should target `3.6`, new features should target `3.7`.

## If You Need Help

Expand Down

0 comments on commit 0cd87ff

Please sign in to comment.