Skip to content

Commit

Permalink
Merge branch 'release/0.5.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 31, 2015
2 parents 311022c + c38e44e commit 643f7cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Stump Changelog

### 0.5.0 (2015-01-31)

* **[NEW]** Added optional support for ANSI color codes

### 0.4.1 (2015-01-18)

* **[FIXED]** Using the `{exception}` placeholder in a log message now correctly shows the exception message rather than the stack trace
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,4 +35,4 @@ The output of the example above is:
<!-- references -->
[Build Status]: http://img.shields.io/travis/IcecaveStudios/stump/develop.svg?style=flat-square
[Test Coverage]: http://img.shields.io/coveralls/IcecaveStudios/stump/develop.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-0.4.1-yellow.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-0.5.0-yellow.svg?style=flat-square
2 changes: 1 addition & 1 deletion src/PackageInfo.php
Expand Up @@ -4,5 +4,5 @@
class PackageInfo
{
const NAME = 'Stump';
const VERSION = '0.4.1';
const VERSION = '0.5.0';
}

0 comments on commit 643f7cb

Please sign in to comment.