File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module Service
8- VERSION = "0.14.3 "
8+ VERSION = "0.14.4 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ Please see the [project documentation](https://socketry.github.io/async-service/
2727
2828Please 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
7676We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.14.4
44
55 - Use ` String::Format ` gem for formatting.
66
You can’t perform that action at this time.
0 commit comments