Skip to content

Commit d321015

Browse files
committed
Bump patch version.
1 parent 37fc68c commit d321015

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/async/http/faraday/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Async
77
module HTTP
88
module Faraday
9-
VERSION = "0.22.0"
9+
VERSION = "0.22.1"
1010
end
1111
end
1212
end

readme.md

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

1818
Please see the [project releases](https://socketry.github.io/async-http-faraday/releases/index) for all releases.
1919

20+
### v0.22.1
21+
22+
- Fix memory leak in `Async::HTTP::Faraday::PerThreadPersistentClients` by ensuring that the `close` method is called on all clients when the adapter is closed.
23+
2024
### v0.21.0
2125

2226
- [Improved support for `timeout` and `read_timeout`.](https://socketry.github.io/async-http-faraday/releases/index#improved-support-for-timeout-and-read_timeout.)

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.22.1
44

55
- Fix memory leak in `Async::HTTP::Faraday::PerThreadPersistentClients` by ensuring that the `close` method is called on all clients when the adapter is closed.
66

0 commit comments

Comments
 (0)