Skip to content

Commit

Permalink
prepare release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 1, 2019
1 parent 1f26b5f commit 2795e23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.gitattributes export-ignore
.gitignore export-ignore
.php_cs export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore
tests export-ignore
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0 (to be released)
## 3.0.0 (2019-12-01)

* [BC break] removed deprecated features
* [BC break] made final all classes that implement an interface
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.1.x-dev"
}
}
}

0 comments on commit 2795e23

Please sign in to comment.