Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.4.0 #37

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 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.4.0] - 2022-10-03

### Added

- [crunzphp#31] Add format option to `schedule:list`

## [v3.3.0] - 2022-06-19

### Deprecated
Expand Down Expand Up @@ -495,6 +501,7 @@ In `v2` this will result in exception.
[#16]: https://github.com/lavary/crunz/pull/16
[crunzphp#5]: https://github.com/crunzphp/crunz/pull/5
[crunzphp#24]: https://github.com/crunzphp/crunz/pull/24
[crunzphp#31]: https://github.com/crunzphp/crunz/pull/31
[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 @@ -537,6 +544,7 @@ In `v2` this will result in exception.
[v3.2.1]: https://github.com/crunzphp/crunz/compare/v3.2.0...v3.2.1
[v3.2.2]: https://github.com/crunzphp/crunz/compare/v3.2.1...v3.2.2
[v3.3.0]: https://github.com/crunzphp/crunz/compare/v3.2.2...v3.3.0
[v3.4.0]: https://github.com/crunzphp/crunz/compare/v3.3.0...v3.4.0
[@andrewmy]: https://github.com/andrewmy
[@arthurbarros]: https://github.com/arthurbarros
[@bashgeek]: https://github.com/bashgeek
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Crunz is capable of executing any kind of executable command as well as PHP clos

| Version | Supported PHP versions |
|---------------------|---------------------------------------------------------------------------------------------------|
| dev v3 (3.4.x-dev) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
| stable v3 (v3.3.0) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
| dev v3 (3.5.x-dev) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
| stable v3 (v3.4.0) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
| stable v2 (v2.3.1) | ![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square) |
| stable v1 (v1.12.4) | ![5.6-7.0+](https://img.shields.io/badge/php-%5E5.6%20%7C%7C%20%5E7.0-blue.svg?style=flat-square) |

Expand Down Expand Up @@ -933,7 +933,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.3`, new features should target `3.4`.
Bug fixes and readme changes should target `3.4`, new features should target `3.5`.

## If You Need Help

Expand Down