Skip to content

Commit

Permalink
2.0.0beta1 readiness
Browse files Browse the repository at this point in the history
- Removes empty 1.0.5 stub from CHANGELOG
- Renames 1.1.0 release to 2.0.0beta1 in CHANGELOG
- Adds CHANGELOG entry for #18
- Updates dev branch alias to 2.0.x-dev

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Jul 1, 2020
1 parent 2e12ce2 commit 49b2f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
26 changes: 2 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,11 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.1.0 - TBD
## 2.0.0beta1 - 2020-07-01

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.0.5 - TBD

### Added

- Nothing.
- [#18](https://github.com/laminas/laminas-dependency-plugin/pull/18) adds support for Composer version 2 releases.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
"dev-develop": "2.0.x-dev"
},
"class": "Laminas\\DependencyPlugin\\DependencyRewriterPluginDelegator"
},
Expand Down

0 comments on commit 49b2f09

Please sign in to comment.