···991010### Added
11111212-- v1.0.0 Getting Started Guide by @mrshmllow.
1313-- v1.0.0 Web documentation for various features by @mrshmllow.
1414-- v1.0.0 Initial NixOS VM Testing Framework by @itslychee in https://github.com/wires-org/wire/pull/93.
1212+- v0.2.0 Getting Started Guide by @mrshmllow.
1313+- v0.2.0 Web documentation for various features by @mrshmllow.
1414+- v0.2.0 Initial NixOS VM Testing Framework by @itslychee in https://github.com/wires-org/wire/pull/93.
15151616### Changed
17171818-- v1.0.0 `runtime/evaluate.nix`: force system to be null by @itslychee in https://github.com/wires-org/wire/pull/84.
1818+- v0.2.0 `runtime/evaluate.nix`: force system to be null by @itslychee in https://github.com/wires-org/wire/pull/84.
19192020> [!IMPORTANT]
2121> You will have to update your nodes to include `nixpkgs.hostPlatform = "<ARCH>";`
22222323-- v1.0.0 GH Workflows, Formatting, and other DevOps yak shaving.
2424-- v1.0.0 Issue Templates.
2525-- v1.0.0 Cargo Dependency Updates.
2626-- v1.0.0 `doc/` Dependency Updates.
2727-- v1.0.0 `flake.nix` Input Updates.
2323+- v0.2.0 GH Workflows, Formatting, and other DevOps yak shaving.
2424+- v0.2.0 Issue Templates.
2525+- v0.2.0 Cargo Dependency Updates.
2626+- v0.2.0 `doc/` Dependency Updates.
2727+- v0.2.0 `flake.nix` Input Updates.
28282929### Fixed
30303131-- v1.0.0 Keys with a path source will now be correctly parsed as `path` instead
3131+- v0.2.0 Keys with a path source will now be correctly parsed as `path` instead
3232 of `string` by @mrshmllow in https://github.com/wires-org/wire/pull/131.
3333-- v1.0.0 `deployment.keys.<name>.destDir` will be automatically created if it
3333+- v0.2.0 `deployment.keys.<name>.destDir` will be automatically created if it
3434 does not exist. Nothing about it other than existence is guaranteed. By
3535 @mrshmllow in https://github.com/wires-org/wire/pull/131.
···50505151::: info
52525353-Other operations such as an `--ignore` argument are unimplemented as of wire `v0.1.0`.
5353+Other operations such as an `--ignore` argument are unimplemented as of wire `v0.2.0`.
54545555:::
5656
···1414#[command(
1515 name = "wire",
1616 bin_name = "wire",
1717- about = "a tool to deploy nixos systems"
1717+ about = "a tool to deploy nixos systems",
1818+ version
1819)]
1920pub struct Cli {
2021 #[command(subcommand)]