Skip to content

Commit cd63b8d

Browse files
committed
Bump patch version.
1 parent 02092de commit cd63b8d

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.2"
10+
VERSION = "0.16.3"
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.3
18+
19+
- Actually use `container_options`. I have been working too much.
20+
1721
### v0.16.2
1822

1923
- Add default count (nil = process count).
@@ -60,10 +64,6 @@ Please see the [project releases](https://socketry.github.io/async-job-adapter-a
6064

6165
- Improved error handling - let ActiveJob handle retry logic.
6266

63-
### v0.11.0
64-
65-
- Prefer `define_queue` and `alias_queue` methods for queue configuration.
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.3
44

55
- Actually use `container_options`. I have been working too much.
66

0 commit comments

Comments
 (0)