Skip to content

Commit

Permalink
[TASK] Prepare release of version 5.0.0 (#950)
Browse files Browse the repository at this point in the history
Also fix the casing of "PHIVE" in the changelog.

Closes #878
  • Loading branch information
oliverklee authored Nov 23, 2020
1 parent a835fe4 commit b43b650
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,26 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 5.0.0

### Added
- Add an `.editorconfig` file
([#940](https://github.com/MyIntervals/emogrifier/pull/940))
- Support PHP 8.0
([#926](https://github.com/MyIntervals/emogrifier/pull/926))
- Run the CI build once a week
([#933](https://github.com/MyIntervals/emogrifier/pull/933))
- Move more development tools to Phive
- Move more development tools to PHIVE
([#894](https://github.com/MyIntervals/emogrifier/pull/894),
[#907](https://github.com/MyIntervals/emogrifier/pull/907))

Expand Down Expand Up @@ -56,7 +68,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#903](https://github.com/MyIntervals/emogrifier/pull/903))
- Preserve all uninlinable (or otherwise unprocessed) at-rules
([#899](https://github.com/MyIntervals/emogrifier/pull/899))
- Allow Windows CLI to run development tools installed through Phive
- Allow Windows CLI to run development tools installed through PHIVE
([#900](https://github.com/MyIntervals/emogrifier/pull/900))
- Switch to a maintained package for parallel PHP linting
([#884](https://github.com/MyIntervals/emogrifier/pull/884))
Expand Down Expand Up @@ -94,7 +106,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#866](https://github.com/MyIntervals/emogrifier/pull/866))
- Upgrade to V2 of the PHP setup GitHub action
([#861](https://github.com/MyIntervals/emogrifier/pull/861))
- Move the development tools to Phive
- Move the development tools to PHIVE
([#850](https://github.com/MyIntervals/emogrifier/pull/850),
[#851](https://github.com/MyIntervals/emogrifier/pull/851))
- Switch the parallel linting to a maintained fork
Expand Down

0 comments on commit b43b650

Please sign in to comment.