Skip to content

Commit 5f9651b

Browse files
committed
Bump patch version.
1 parent 5bb823a commit 5f9651b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

lib/async/container/supervisor/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 Container
88
module Supervisor
9-
VERSION = "0.6.2"
9+
VERSION = "0.6.3"
1010
end
1111
end
1212
end

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2222

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

25+
### v0.6.3
26+
27+
- Add agent context documentation.
28+
29+
### v0.6.2
30+
31+
- Fix timed out RPCs and subsequent responses which should be ignored.
32+
2533
### v0.6.0
2634

2735
- Add `async:container:supervisor:reload` command to restart the container (blue/green deployment).

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

55
- Add agent context documentation.
66

0 commit comments

Comments
 (0)