Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit 4225cfb

Browse files
committed
Bump patch version.
1 parent 8fddef6 commit 4225cfb

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/async/container/supervisor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Async
99
module Container
1010
# @namespace
1111
module Supervisor
12-
VERSION = "0.10.0"
12+
VERSION = "0.10.1"
1313
end
1414
end
1515
end

readme.md

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

2727
Please see the [project releases](https://socketry.github.io/async-container-supervisor/releases/index) for all releases.
2828

29+
### v0.10.1
30+
31+
- Remove extraneous "Memory leak detected\!" logs.
32+
2933
### v0.10.0
3034

3135
- Add support for `Memory::Leak::Cluster` `free_size_minimum:`.
@@ -66,10 +70,6 @@ Please see the [project releases](https://socketry.github.io/async-container-sup
6670

6771
- Fix timed out RPCs and subsequent responses which should be ignored.
6872

69-
### v0.6.0
70-
71-
- Add `async:container:supervisor:reload` command to restart the container (blue/green deployment).
72-
7373
## Contributing
7474

7575
We welcome contributions to this project.

releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Releases
22

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

5-
- Remove extraneous "Memory leak detected!" logs.
5+
- Remove extraneous "Memory leak detected\!" logs.
66

77
## v0.10.0
88

0 commit comments

Comments
 (0)