Skip to content

Commit

Permalink
Tick to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
packrat386 committed Apr 10, 2017
1 parent 7efdfd7 commit 4f6da31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.1
---
* Remove implicit runtime dependency on ActiveSupport [aprescott#109]

3.0.0
---
* Use default arguments for NullStatus initialization [briansharon#111]
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
module Sidekiq
VERSION = '3.0.0'
VERSION = '3.0.1'
end
end
2 changes: 1 addition & 1 deletion spec/rspec/sidekiq/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'spec_helper'

RSpec.describe RSpec::Sidekiq::VERSION do
it { is_expected.to eq('3.0.0') }
it { is_expected.to eq('3.0.1') }
end

0 comments on commit 4f6da31

Please sign in to comment.