Skip to content

Commit 2640003

Browse files
committed
Bump minor version.
1 parent e3c3c4e commit 2640003

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.13.0"
8+
VERSION = "0.14.0"
99
end
1010
end

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ Please see the [project documentation](https://socketry.github.io/async-service/
1919

2020
- [Getting Started](https://socketry.github.io/async-service/guides/getting-started/index) - This guide explains how to get started with `async-service` to create and run services in Ruby.
2121

22+
- [Service Architecture](https://socketry.github.io/async-service/guides/service-architecture/index) - This guide explains the key architectural components of `async-service` and how they work together to provide a clean separation of concerns.
23+
24+
- [Best Practices](https://socketry.github.io/async-service/guides/best-practices/index) - This guide outlines recommended patterns and practices for building robust, maintainable services with `async-service`.
25+
2226
## Releases
2327

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

26-
### Unreleased
30+
### v0.14.0
31+
32+
- Introduce `ContainerEnvironment` and `ContainerService` for implementing best-practice services.
2733

2834
### v0.13.0
2935

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

55
- Introduce `ContainerEnvironment` and `ContainerService` for implementing best-practice services.
66

0 commit comments

Comments
 (0)