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 4596719 commit c2e6e6dCopy full SHA for c2e6e6d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.1.2] - 2025-06-12
4
+
5
+- Quiet task only runs on :solid_queue_role [#3](https://github.com/codeur/capistrano-solid_queue/pull/5) by [@bashcoder](https://github.com/bashcoder)
6
7
## [0.1.1] - 2025-03-27
8
9
- Fix system user [#2](https://github.com/codeur/capistrano-solid_queue/pull/2) by [@lubosch](https://github.com/lubosch)
lib/capistrano/solid_queue/version.rb
@@ -2,6 +2,6 @@
module Capistrano
module SolidQueue
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments