We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df86ddc commit 52f7a8aCopy full SHA for 52f7a8a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## Changelog
2
3
-### [Unreleased]
+### [0.1.5] - 2025-05-04
4
5
- Add duration, status and error reports to history.
6
- Fix Code Climate report by updating CI runner from `ubuntu-20.04` to `ubuntu-22.04`.
lib/sidekiq/tasks/version.rb
@@ -2,6 +2,6 @@
module Sidekiq
module Tasks
- VERSION = "0.1.4"
+ VERSION = "0.1.5"
end
7
0 commit comments