Skip to content

Commit 983db18

Browse files
committed
Bump patch version.
1 parent d38f861 commit 983db18

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/async/service/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module Service
8-
VERSION = "0.14.3"
8+
VERSION = "0.14.4"
99
end
1010
end

readme.md

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

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

30+
### v0.14.4
31+
32+
- Use `String::Format` gem for formatting.
33+
3034
### v0.14.0
3135

3236
- Introduce `ContainerEnvironment` and `ContainerService` for implementing best-practice services.
@@ -67,10 +71,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
6771

6872
- Fix requirement that facet must be a module.
6973

70-
### v0.6.0
71-
72-
- Unify construction of environments for better consistency.
73-
7474
## Contributing
7575

7676
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.14.4
44

55
- Use `String::Format` gem for formatting.
66

0 commit comments

Comments
 (0)