Skip to content

Commit 62c7e7d

Browse files
committed
🚦 v0.5.1
1 parent 3e023f3 commit 62c7e7d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
This project uses [Semantic Versioning][1].
44

5+
## v0.5.1 (2014-11-19)
6+
57
- Fixed a logic bug that incorrectly determined red lights to be yellow.
68

79
## v0.5.0 (2014-11-19)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Check out [stoplight-admin][12] for controlling your stoplights.
3333
Add it to your Gemfile:
3434

3535
``` rb
36-
gem 'stoplight', '~> 0.5.0'
36+
gem 'stoplight', '~> 0.5.1'
3737
```
3838

3939
Or install it manually:

stoplight.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |gem|
44
gem.name = 'stoplight'
5-
gem.version = '0.5.0'
5+
gem.version = '0.5.1'
66
gem.summary = 'Traffic control for code.'
77
gem.description = 'An implementation of the circuit breaker pattern.'
88
gem.homepage = 'https://github.com/orgsync/stoplight'

0 commit comments

Comments
 (0)