Skip to content

Commit b3f00a1

Browse files
committed
Bump patch version.
1 parent 96588ed commit b3f00a1

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.15.0"
8+
VERSION = "0.15.1"
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.15.1
31+
32+
- `Managed::Service` should run within `Async do ... end`.
33+
3034
### v0.15.0
3135

3236
- Rename `ContainerEnvironment` and `ContainerService` to `Managed::Environment` and `Managed::Service` respectively.
@@ -68,10 +72,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
6872

6973
- Introduce `Environment#implements?` and related methods for interface checking.
7074

71-
### v0.7.0
72-
73-
- Allow instance methods that take arguments in environments.
74-
7575
## Contributing
7676

7777
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.15.1
44

55
- `Managed::Service` should run within `Async do ... end`.
66

0 commit comments

Comments
 (0)