We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91d29e4 + db0f167 commit ea94971Copy full SHA for ea94971
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-## v0.2.x
+## v0.2.0
4
5
-**Unreleased — [Diff](https://github.com/maciejczyzewski/bottomline/compare/0.1.2...master) — [Docs](https://github.com/maciejczyzewski/bottomline/blob/master/README.md)**
+**2020-04-22 — [Diff](https://github.com/maciejczyzewski/bottomline/compare/0.1.2...0.2.0) — [Docs](https://maciejczyzewski.github.io/bottomline/)**
6
7
* Added `__::isEqual`
8
* Bumped minimum PHP version to 5.5
composer.json
@@ -51,5 +51,10 @@
51
},
52
"config": {
53
"sort-packages": true
54
+ },
55
+ "extra": {
56
+ "branch-alias": {
57
+ "dev-master": "0.2-dev"
58
+ }
59
}
60
0 commit comments