ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump package versions to 0.6.0

+4 -2
+2
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [Unreleased] - yyyy-mm-dd 9 + 8 10 ## [0.5.0] - 2025-09-18 9 11 10 12 ### Added
+1 -1
Cargo.toml
··· 2 2 members = ["wire/key_agent", "wire/lib", "wire/cli"] 3 3 resolver = "2" 4 4 package.edition = "2021" 5 - package.version = "0.5.0" 5 + package.version = "0.6.0" 6 6 7 7 [workspace.metadata.crane] 8 8 name = "wire"
+1 -1
doc/package.json
··· 1 1 { 2 2 "name": "wire-docs", 3 - "version": "0.5.0", 3 + "version": "0.6.0", 4 4 "type": "module", 5 5 "devDependencies": { 6 6 "mermaid": "^11.11.0",