Skip to content

Commit 9a9ad5f

Browse files
committed
Update release notes.
1 parent 6688f90 commit 9a9ad5f

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

readme.md

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

3232
Please see the [project releases](https://socketry.github.io/async-service/releases/index) for all releases.
3333

34+
### v0.21.0
35+
36+
- Add missing bake files.
37+
3438
### v0.20.1
3539

3640
- Use `container.stopping?` in policy to prevent redundant stop calls during graceful shutdown.
@@ -79,10 +83,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
7983
- Rename `ContainerEnvironment` and `ContainerService` to `Managed::Environment` and `Managed::Service` respectively.
8084
- Health check uses `Fiber.new{instance.ready!}.resume` to confirm fiber allocation is working.
8185

82-
### v0.14.4
83-
84-
- Use `String::Format` gem for formatting.
85-
8686
## Contributing
8787

8888
We welcome contributions to this project.

releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## v0.21.0
4+
5+
- Add missing bake files.
6+
37
## v0.20.1
48

59
- Use `container.stopping?` in policy to prevent redundant stop calls during graceful shutdown.

0 commit comments

Comments
 (0)