Skip to content

Commit 06b288d

Browse files
committed
Bump minor version.
1 parent b42447e commit 06b288d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/async/job/processor/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Async
77
module Job
88
module Processor
99
module Redis
10-
VERSION = "0.2.0"
10+
VERSION = "0.3.0"
1111
end
1212
end
1313
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-job-proc
1616

1717
Please see the [project releases](https://socketry.github.io/async-job-processor-redis/releases/index) for all releases.
1818

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+
1923
### v0.2.0
2024

2125
- Achieve 100% documentation coverage.

0 commit comments

Comments
 (0)