Skip to content

Commit 1b7cf70

Browse files
committed
Bump minor version.
1 parent 162481e commit 1b7cf70

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

lib/async/container/supervisor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Async
77
module Container
88
module Supervisor
9-
VERSION = "0.0.0"
9+
VERSION = "0.1.0"
1010
end
1111
end
1212
end

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ Provides a supervisor service for
1616

1717
Please see the [project documentation](https://socketry.github.io/async-container-supervisor/) for more details.
1818

19-
- [Getting Started](https://socketry.github.io/async-container-supervisor/guides/getting-started/index) - This guide explains how to use `async-container-supervisor` to build basic scalable systems.
20-
2119
## Releases
2220

2321
Please see the [project releases](https://socketry.github.io/async-container-supervisor/releases/index) for all releases.
2422

23+
### v0.1.0
24+
25+
- Initial implementation.
26+
2527
## Contributing
2628

2729
We welcome contributions to this project.

releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.1.0
44

5-
- Initial implementation.
5+
- Initial implementation.

0 commit comments

Comments
 (0)