Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moofkit committed Feb 3, 2024
1 parent a4c1a04 commit 0433daf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.2.0] - 2024-02-03

- Rename `Sidekiq::Rescue::DSL` to `Sidekiq::Rescue::Dsl`
- Update the `delay` option to now accept a proc as an argument
- Update dsl to accept a list of errors
Expand All @@ -13,5 +15,6 @@
- Add documentation
- Add CI

[Unreleased]: https://github.com/moofkit/sidekiq-rescue/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/moofkit/sidekiq-rescue/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/moofkit/sidekiq-rescue/releases/tag/v0.2.0
[0.1.0]: https://github.com/moofkit/sidekiq-rescue/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion lib/sidekiq/rescue/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sidekiq
module Rescue
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 0433daf

Please sign in to comment.