From b7a08b1dc3facfa41ede1b4fadb0bacad4899a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyle=20=F0=9F=90=86?= Date: Tue, 6 Jan 2026 11:09:51 -0400 Subject: [PATCH] Bump version to v0.1.3 --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- keep-agent-py/Cargo.toml | 2 +- keep-agent-ts/Cargo.toml | 2 +- keep-bitcoin/Cargo.toml | 2 +- keep-cli/Cargo.toml | 2 +- keep-core/Cargo.toml | 2 +- keep-enclave/Cargo.toml | 2 +- keep-enclave/enclave/Cargo.toml | 2 +- keep-enclave/host/Cargo.toml | 2 +- keep-frost-net/Cargo.toml | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc53e15c..c58a4b9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1839,7 +1839,7 @@ dependencies = [ [[package]] name = "keep-agent" -version = "0.1.2" +version = "0.1.3" dependencies = [ "aws-nitro-enclaves-nsm-api", "chrono", @@ -1862,7 +1862,7 @@ dependencies = [ [[package]] name = "keep-bitcoin" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bitcoin", "hex", @@ -1877,7 +1877,7 @@ dependencies = [ [[package]] name = "keep-cli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "bitflags 2.10.0", @@ -1918,7 +1918,7 @@ dependencies = [ [[package]] name = "keep-core" -version = "0.1.2" +version = "0.1.3" dependencies = [ "argon2", "bech32", @@ -1947,14 +1947,14 @@ dependencies = [ [[package]] name = "keep-enclave" -version = "0.1.2" +version = "0.1.3" dependencies = [ "keep-enclave-host", ] [[package]] name = "keep-enclave-host" -version = "0.1.2" +version = "0.1.3" dependencies = [ "aes-gcm", "base64 0.22.1", @@ -1985,7 +1985,7 @@ dependencies = [ [[package]] name = "keep-frost-net" -version = "0.1.2" +version = "0.1.3" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4454bcbb..4711fad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ ] [workspace.package] -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" repository = "https://github.com/privkeyio/keep" diff --git a/keep-agent-py/Cargo.toml b/keep-agent-py/Cargo.toml index 10a8ae5e..a54d9e72 100644 --- a/keep-agent-py/Cargo.toml +++ b/keep-agent-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-agent-py" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" description = "Python bindings for Keep Agent SDK" diff --git a/keep-agent-ts/Cargo.toml b/keep-agent-ts/Cargo.toml index 95c7a2da..c2ad44f6 100644 --- a/keep-agent-ts/Cargo.toml +++ b/keep-agent-ts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-agent-ts" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" description = "TypeScript/Node.js bindings for Keep Agent SDK" diff --git a/keep-bitcoin/Cargo.toml b/keep-bitcoin/Cargo.toml index 21cdf3cb..30055188 100644 --- a/keep-bitcoin/Cargo.toml +++ b/keep-bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-bitcoin" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.81" description = "Bitcoin PSBT and Taproot support for Keep" diff --git a/keep-cli/Cargo.toml b/keep-cli/Cargo.toml index acab0d23..c6752f46 100644 --- a/keep-cli/Cargo.toml +++ b/keep-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-cli" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "CLI for Keep - sovereign key management for Nostr and Bitcoin" license = "AGPL-3.0-or-later" diff --git a/keep-core/Cargo.toml b/keep-core/Cargo.toml index bb313e2b..1f13caa5 100644 --- a/keep-core/Cargo.toml +++ b/keep-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-core" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.81" description = "Core library for Keep - sovereign key management for Nostr and Bitcoin" diff --git a/keep-enclave/Cargo.toml b/keep-enclave/Cargo.toml index 4f08158e..13e24b0f 100644 --- a/keep-enclave/Cargo.toml +++ b/keep-enclave/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-enclave" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.81" description = "AWS Nitro Enclave signer for Keep" diff --git a/keep-enclave/enclave/Cargo.toml b/keep-enclave/enclave/Cargo.toml index afa5d9e0..13840b5f 100644 --- a/keep-enclave/enclave/Cargo.toml +++ b/keep-enclave/enclave/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "keep-enclave-bin" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.83" description = "AWS Nitro Enclave binary for Keep" diff --git a/keep-enclave/host/Cargo.toml b/keep-enclave/host/Cargo.toml index cfc0c315..60eb8330 100644 --- a/keep-enclave/host/Cargo.toml +++ b/keep-enclave/host/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-enclave-host" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.83" description = "Host-side enclave client for Keep" diff --git a/keep-frost-net/Cargo.toml b/keep-frost-net/Cargo.toml index 7a685b7f..0af5bc7c 100644 --- a/keep-frost-net/Cargo.toml +++ b/keep-frost-net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-frost-net" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.81" description = "FROST coordination protocol over nostr for Keep"