Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 31, 2015
2 parents 15fd8bc + c38e44e commit 5b150f6
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 137 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
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@

**Stump** is a simple PSR-3 compliant logger for [Twelve-Factor](http://12factor.net/) applications.

* Install [icecave/stump](https://packagist.org/packages/icecave/stump) via [Composer](http://getcomposer.org): `composer require icecave/stump`
* Install via [Composer](http://getcomposer.org) package [icecave/stump](https://packagist.org/packages/icecave/stump)
* Read the [API documentation](http://icecavestudios.github.io/stump/artifacts/documentation/api/)

## Example
Expand Down 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
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -26,6 +26,9 @@
"require-dev": {
"icecave/archer": "~1"
},
"suggest": {
"ext-posix": "Allows for colorful log messages on TTYs."
},
"autoload": {
"psr-4": {
"Icecave\\Stump\\": "src"
Expand Down

0 comments on commit 5b150f6

Please sign in to comment.