Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit f6a4302

Browse files
committed
Version bump.
1 parent bcab103 commit f6a4302

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Phony changelog
22

3-
## Next release
3+
## 0.5.0 (2015-10-20)
44

55
- **[BC BREAK]** Removed `fullMock()`, changed `mock()` to create full mocks,
66
and added `partialMock()` for creating partial mocks ([#73]).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*Mocks, stubs, and spies for PHP.*
44

5-
[![The most recent stable version is 0.4.0][version-image]][semantic versioning]
5+
[![The most recent stable version is 0.5.0][version-image]][semantic versioning]
66
[![Current build status image][build-image]][current build status]
77
[![Current coverage status image][coverage-image]][current coverage status]
88

@@ -11,7 +11,7 @@
1111
[coverage-image]: https://img.shields.io/codecov/c/github/eloquent/phony/develop.svg?style=flat-square "Current test coverage for the develop branch"
1212
[current coverage status]: https://codecov.io/github/eloquent/phony
1313
[semantic versioning]: http://semver.org/
14-
[version-image]: http://img.shields.io/:semver-0.4.0-yellow.svg?style=flat-square "This project uses semantic versioning"
14+
[version-image]: http://img.shields.io/:semver-0.5.0-yellow.svg?style=flat-square "This project uses semantic versioning"
1515

1616
## Installation and documentation
1717

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-develop": "0.5.x-dev"
53+
"dev-develop": "0.6.x-dev"
5454
}
5555
}
5656
}

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)