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 b42447e commit 06b288dCopy full SHA for 06b288d
lib/async/job/processor/redis/version.rb
@@ -7,7 +7,7 @@ module Async
7
module Job
8
module Processor
9
module Redis
10
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
11
end
12
13
readme.md
@@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-job-proc
16
17
Please see the [project releases](https://socketry.github.io/async-job-processor-redis/releases/index) for all releases.
18
19
+### v0.3.0
20
+
21
+ - Add `Async::Job::Processor::Redis::Server#status_string` method to return a string with the current job counts.
22
23
### v0.2.0
24
25
- Achieve 100% documentation coverage.
0 commit comments