Skip to content

Commit

Permalink
Release 0.5.5 with smaller bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mswart committed Feb 15, 2016
1 parent 0468b1f commit 61bfc6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.5.5 / 2016-02-15
==================

Bug Fixes:

* bundler: newer nokogiri versions require zlib
* sidekiq: fix command with multiple queue names


0.5.4 / 2015-02-16
==================

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cany (0.5.4)
cany (0.5.5)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/cany/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Cany
module VERSION
MAJOR = 0
MINOR = 5
PATCH = 4
PATCH = 5
STAGE = nil
STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
def self.to_s; STRING end
Expand Down

0 comments on commit 61bfc6c

Please sign in to comment.