Skip to content

Commit be953fd

Browse files
committed
Release 0.5.0
1 parent ca546e9 commit be953fd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
## [0.5.0] - 2021-11-02
10+
11+
### Added
12+
* Add `wp:install` task to install WordPress if it is not installed.
13+
714
## [0.4.0] - 2021-05-28
815

916
### Changed
@@ -56,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5663
### Added
5764
- The initial version of this composer plugin.
5865

59-
[Unreleased]: https://github.com/wearerequired/composer-deployer/compare/0.4.0...HEAD
66+
[Unreleased]: https://github.com/wearerequired/composer-deployer/compare/0.5.0...HEAD
67+
[0.5.0]: https://github.com/wearerequired/composer-deployer/compare/0.4.0...0.5.0
6068
[0.4.0]: https://github.com/wearerequired/composer-deployer/compare/0.3.2...0.4.0
6169
[0.3.2]: https://github.com/wearerequired/composer-deployer/compare/0.3.1...0.3.2
6270
[0.3.1]: https://github.com/wearerequired/composer-deployer/compare/0.3.0...0.3.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "0.5.x-dev"
39+
"dev-master": "0.6.x-dev"
4040
},
4141
"class": "Required\\Deployer\\Plugin"
4242
},

0 commit comments

Comments
 (0)