Skip to content

Commit 51513c7

Browse files
committed
Bump minor version.
1 parent be4c335 commit 51513c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.14.4"
8+
VERSION = "0.15.0"
99
end
1010
end

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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-
### Unreleased
30+
### v0.15.0
3131

3232
- Rename `ContainerEnvironment` and `ContainerService` to `Managed::Environment` and `Managed::Service` respectively.
3333
- Health check uses `Fiber.new{instance.ready!}.resume` to confirm fiber allocation is working.

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

55
- Rename `ContainerEnvironment` and `ContainerService` to `Managed::Environment` and `Managed::Service` respectively.
66
- Health check uses `Fiber.new{instance.ready!}.resume` to confirm fiber allocation is working.

0 commit comments

Comments
 (0)