Skip to content

Commit aff2715

Browse files
committed
Release v0.10.0
1 parent 6bc4214 commit aff2715

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following libraries use zio for networking and concurrency:
4646
1) Add zio as a dependency in your `build.zig.zon`:
4747

4848
```bash
49-
zig fetch --save "git+https://github.com/lalinsky/zio#v0.9.0"
49+
zig fetch --save "git+https://github.com/lalinsky/zio#v0.10.0"
5050
```
5151

5252
2) In your `build.zig`, add the `zio` module as a dependency to your program:

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .zio,
3-
.version = "0.9.0",
3+
.version = "0.10.0",
44
.minimum_zig_version = "0.16.0",
55
.fingerprint = 0xcf1598b354d576c4,
66
.paths = .{

docs/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.10.0] - 26-04-26
5+
## [0.10.0] - 2026-04-26
66

77
### Added
88

@@ -240,6 +240,7 @@ when it's beneficial for load balancing.
240240

241241
Initial release.
242242

243+
[0.10.0]: https://github.com/lalinsky/zio/releases/tag/v0.10.0
243244
[0.9.0]: https://github.com/lalinsky/zio/releases/tag/v0.9.0
244245
[0.8.2]: https://github.com/lalinsky/zio/releases/tag/v0.8.2
245246
[0.8.1]: https://github.com/lalinsky/zio/releases/tag/v0.8.1

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ info: see `zig build --help` for a menu of options
2020
Then add ZIO as a dependency to the project:
2121

2222
```sh
23-
$ zig fetch --save "git+https://github.com/lalinsky/zio#v0.9.0"
23+
$ zig fetch --save "git+https://github.com/lalinsky/zio#v0.10.0"
2424
info: resolved to commit 0000000000000000000000000000000000000000
2525
```
2626

0 commit comments

Comments
 (0)