···7788## [Unreleased] - yyyy-mm-dd
991010+## [v1.0.0-alpha.1] - 2025-11-24
1111+1012### Added
11131214- `--handle-unreachable` arg was added. You can use `--handle-unreachable ignore` to
···4747Alternatively, you can use a tag instead:
48484949```sh
5050-$ npins add github mrshmllow wire --at v1.0.0-alpha.0
5050+$ npins add github mrshmllow wire --at v1.0.0-alpha.1
5151```
52525353Then, use this pinned version of wire for both your `hive.nix` and `shell.nix`:
···44 wire.url = "github:mrshmllow/wire/stable";
5566 # alternatively, you can use a tag instead:
77- # wire.url = "github:mrshmllow/wire/v1.0.0-alpha.0";
77+ # wire.url = "github:mrshmllow/wire/v1.0.0-alpha.1";
8899 systems.url = "github:nix-systems/default";
1010 };
+1-1
doc/tutorial/overview.md
···1111[^1]: A lot of your colmena module options will continue to work with wire, but wire has additional ergonomic changes you can take advantage of.
12121313::: warning
1414-wire is alpha software, please use at your own risk. Many features listed in this documentation overall may not be complete / implemented, however features covered in this this tutorial are considered complete.
1414+wire is alpha software, please use at your own risk.
1515:::
16161717---