chore(release): 0.2.0
Some checks failed
ci / gate (push) Failing after 40s

Both ML-DSA accounts from every phrase with no scheme choice (#65),
several wallets open at once (#66), and accounts added to an existing
wallet (#67).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014ftBXYuba8ARhQeF74oUgW
This commit is contained in:
2026-09-16 19:22:38 +03:00
parent 42d226cf9e
commit 91ec5fbadb
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ resolver = "3"
members = ["crates/*"] members = ["crates/*"]
[workspace.package] [workspace.package]
version = "0.1.0" version = "0.2.0"
edition = "2024" edition = "2024"
rust-version = "1.88" rust-version = "1.88"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "blackbeard-wallet", "productName": "blackbeard-wallet",
"version": "0.1.0", "version": "0.2.0",
"identifier": "cafe.lair.blackbeard.wallet", "identifier": "cafe.lair.blackbeard.wallet",
"build": { "build": {
"frontendDist": "../../ui/dist", "frontendDist": "../../ui/dist",

View File

@@ -1,7 +1,7 @@
{ {
"name": "wallet-ui", "name": "wallet-ui",
"private": true, "private": true,
"version": "0.1.0", "version": "0.2.0",
"type": "module", "type": "module",
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.30.3",
"scripts": { "scripts": {