Skip to content

Commit

Permalink
Bump version, update changelog, update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
rwojsznis committed Jul 18, 2018
1 parent cc50322 commit ef517a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ gemfile:
- gemfiles/sidekiq_5.gemfile

rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1

notifications:
email: false
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0 (July 18, 2018)

- make lock container configurable (non breaking change) - in case you would like to something else than `Thread.current` - now you easily can

## 0.3.1 (March 3, 2018)

- do not assume `ActiveSupport` is loaded / or old `Sidekiq` patches are present (add own symbolize keys logic)
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/lock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
module Lock
VERSION = '0.3.1'
VERSION = '0.4.0'
end
end

0 comments on commit ef517a0

Please sign in to comment.