Skip to content

Commit ed481ec

Browse files
committed
Bump patch version.
1 parent ed974c4 commit ed481ec

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/async/job/adapter/active_job/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 Adapter
99
module ActiveJob
10-
VERSION = "0.16.1"
10+
VERSION = "0.16.2"
1111
end
1212
end
1313
end

readme.md

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

1515
Please see the [project releases](https://socketry.github.io/async-job-adapter-active_job/releases/index) for all releases.
1616

17+
### v0.16.2
18+
19+
- Add default count (nil = process count).
20+
1721
### v0.16.1
1822

1923
- Fixed `ThreadLocalDispatcher` to correctly handle `status_string`.
@@ -60,10 +64,6 @@ Please see the [project releases](https://socketry.github.io/async-job-adapter-a
6064

6165
- Prefer `define_queue` and `alias_queue` methods for queue configuration.
6266

63-
### v0.10.0
64-
65-
- Rename "pipeline" concept to "queue" for consistency.
66-
6767
## Contributing
6868

6969
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.16.2
44

55
- Add default count (nil = process count).
66

0 commit comments

Comments
 (0)