Skip to content

Commit ea94971

Browse files
authored
Merge pull request #58 from maciejczyzewski/release/0.2.0
0.2.0 release
2 parents 91d29e4 + db0f167 commit ea94971

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## v0.2.x
3+
## v0.2.0
44

5-
**Unreleased[Diff](https://github.com/maciejczyzewski/bottomline/compare/0.1.2...master)[Docs](https://github.com/maciejczyzewski/bottomline/blob/master/README.md)**
5+
**2020-04-22[Diff](https://github.com/maciejczyzewski/bottomline/compare/0.1.2...0.2.0)[Docs](https://maciejczyzewski.github.io/bottomline/)**
66

77
* Added `__::isEqual`
88
* Bumped minimum PHP version to 5.5

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,10 @@
5151
},
5252
"config": {
5353
"sort-packages": true
54+
},
55+
"extra": {
56+
"branch-alias": {
57+
"dev-master": "0.2-dev"
58+
}
5459
}
5560
}

0 commit comments

Comments
 (0)