Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Dec 15, 2014
2 parents c416b4f + 90a1ddd commit 23fe531
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 71 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
return Symfony\CS\Config\Config::create()
->fixers(array(
'-concat_without_spaces',
'-empty_return',
'-new_with_braces',
'align_double_arrow',
'align_equals',
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Chastity Changelog

### 0.1.1 (2014-12-15)

* **[FIXED]** Removed unnecessary SET operation from redis-extend.lua

### 0.1.0 (2014-11-17)

* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ in a distributed environment.
<!-- references -->
[Build Status]: http://img.shields.io/travis/IcecaveStudios/chastity/develop.svg?style=flat-square
[Test Coverage]: http://img.shields.io/coveralls/IcecaveStudios/chastity/develop.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-0.1.0-yellow.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-0.1.1-yellow.svg?style=flat-square
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"eloquent/asplode": "~2",
"eloquent/phony": "~0.1.0@dev",
"eloquent/phony": "~0.2.0",
"icecave/archer": "~1",
"predis/predis": "~1"
},
Expand Down

0 comments on commit 23fe531

Please sign in to comment.