Skip to content

Commit 9d7ffc8

Browse files
committed
Bump minor version.
1 parent e64d00a commit 9d7ffc8

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.17.0"
10+
VERSION = "0.18.0"
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.18.0
18+
19+
- Default to per-fiber isolation.
20+
1721
### v0.17.0
1822

1923
- Fix health check.
@@ -60,10 +64,6 @@ Please see the [project releases](https://socketry.github.io/async-job-adapter-a
6064
- Remove `thread-local` gem dependency.
6165
- Improve error handling - don't log failures as ActiveJob already handles this.
6266

63-
### v0.12.1
64-
65-
- Force string names for queue identifiers, fixes \#5.
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.18.0
44

55
- Default to per-fiber isolation.
66

0 commit comments

Comments
 (0)