File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33This 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)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Check out [stoplight-admin][12] for controlling your stoplights.
3333Add it to your Gemfile:
3434
3535``` rb
36- gem ' stoplight' , ' ~> 0.5.0 '
36+ gem ' stoplight' , ' ~> 0.5.1 '
3737```
3838
3939Or install it manually:
Original file line number Diff line number Diff line change 22
33Gem ::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'
You can’t perform that action at this time.
0 commit comments