···910### Added
1112-- v1.0.0 Getting Started Guide by @mrshmllow.
13-- v1.0.0 Web documentation for various features by @mrshmllow.
14-- v1.0.0 Initial NixOS VM Testing Framework by @itslychee in https://github.com/wires-org/wire/pull/93.
1516### Changed
1718-- v1.0.0 `runtime/evaluate.nix`: force system to be null by @itslychee in https://github.com/wires-org/wire/pull/84.
1920> [!IMPORTANT]
21> You will have to update your nodes to include `nixpkgs.hostPlatform = "<ARCH>";`
2223-- v1.0.0 GH Workflows, Formatting, and other DevOps yak shaving.
24-- v1.0.0 Issue Templates.
25-- v1.0.0 Cargo Dependency Updates.
26-- v1.0.0 `doc/` Dependency Updates.
27-- v1.0.0 `flake.nix` Input Updates.
2829### Fixed
3031-- v1.0.0 Keys with a path source will now be correctly parsed as `path` instead
32 of `string` by @mrshmllow in https://github.com/wires-org/wire/pull/131.
33-- v1.0.0 `deployment.keys.<name>.destDir` will be automatically created if it
34 does not exist. Nothing about it other than existence is guaranteed. By
35 @mrshmllow in https://github.com/wires-org/wire/pull/131.
···910### Added
1112+- v0.2.0 Getting Started Guide by @mrshmllow.
13+- v0.2.0 Web documentation for various features by @mrshmllow.
14+- v0.2.0 Initial NixOS VM Testing Framework by @itslychee in https://github.com/wires-org/wire/pull/93.
1516### Changed
1718+- v0.2.0 `runtime/evaluate.nix`: force system to be null by @itslychee in https://github.com/wires-org/wire/pull/84.
1920> [!IMPORTANT]
21> You will have to update your nodes to include `nixpkgs.hostPlatform = "<ARCH>";`
2223+- v0.2.0 GH Workflows, Formatting, and other DevOps yak shaving.
24+- v0.2.0 Issue Templates.
25+- v0.2.0 Cargo Dependency Updates.
26+- v0.2.0 `doc/` Dependency Updates.
27+- v0.2.0 `flake.nix` Input Updates.
2829### Fixed
3031+- v0.2.0 Keys with a path source will now be correctly parsed as `path` instead
32 of `string` by @mrshmllow in https://github.com/wires-org/wire/pull/131.
33+- v0.2.0 `deployment.keys.<name>.destDir` will be automatically created if it
34 does not exist. Nothing about it other than existence is guaranteed. By
35 @mrshmllow in https://github.com/wires-org/wire/pull/131.