From ab4bc08e5076546d9a9f51f4fb6b4ccda339adf7 Mon Sep 17 00:00:00 2001 From: Benjamin Diedrichsen Date: Thu, 30 Jul 2026 20:17:40 +0200 Subject: [PATCH] [chore] keyman 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two minors over 0.5.0, matching what PLAN.md proposed: 0.6.0 for the behaviour changes through Phase 4 (recipient verification, 0600 plaintext, passphrase never handled, overwrite confirmations) and 0.7.0 for the vault layout finally honouring keysDir/tmpDir everywhere — which is a migration for anyone on custom names, documented in the README. Co-Authored-By: Claude Opus 5 (1M context) --- packages/keyman/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/keyman/package.json b/packages/keyman/package.json index a53fabc..2738aae 100644 --- a/packages/keyman/package.json +++ b/packages/keyman/package.json @@ -1,6 +1,6 @@ { "name": "@bitsquare/keyman", - "version": "0.5.0", + "version": "0.7.0", "description": "A system to simplify ssh key management", "keywords": [ "ssh",