Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Dec 21, 2018
1 parent 8c97970 commit e12df25
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.gitattributes export-ignore
.gitignore export-ignore
.phpcs-cache export-ignore
.prettyci.composer.json export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
docker-compose.yml
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 0.6.0 - unreleased
## 0.7.0 - unreleased

ADDED:

CHANGED:

REMOVED:

FIXED:

## 0.6.0 - 2018-12-21

ADDED:

Expand All @@ -7,8 +17,7 @@ ADDED:
CHANGED:

- Require PHPUnit 7.0 minimally to run tests

REMOVED:
- Apply the Woohoo Labs. Coding Standard

FIXED:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "^7.1.0",
"woohoolabs/larva": "dev-master as 0.6.0"
"woohoolabs/larva": "^0.6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0.0",
Expand Down

0 comments on commit e12df25

Please sign in to comment.