Releases: qntx/kobe
Releases · qntx/kobe
v2.0.1
v2.0.0
[2.0.0] - 2026-04-24
🚜 Refactor
- (slip10) Rename DerivedKey to DerivedEd25519Key and make fields private with accessor methods
- (bitcoin,cli) Infer AddressType from BIP-44 purpose in derive_path and deduplicate CLI argument handling
- (kobe) Add prelude module for ergonomic imports and update example to version 2.0
- (workspace) Remove unused Result type aliases across all chain crates
- (bitcoin) Improve error variable naming in derive_path test for clarity
- (workspace) Implement chain-agnostic DerivationStyle trait across EVM, SVM, and TON with unified error handling
- (workspace) Rename Bitcoin entry points for cross-chain consistency and document DerivationStyle trait unification
- (primitives) Update DerivationStyle trait doc link to reference crate-level documentation
📚 Documentation
- (cli,spark,ton) Document TON and Spark CLI flags, add clap self-test, and remove mnemonic camouflage section from README
- (workspace) Fix broken intra-doc links and improve documentation clarity across CHANGELOG, README, and crate modules
- (workspace) Add cross-implementation KAT emphasis, signer integration, and supported chains table to README
⚙️ Miscellaneous Tasks
- (workspace) Bump version to 2.0.0 with unified API redesign across all chains
- (workspace) Add MSRV 1.85, exclude fuzz/, refactor CLI wallet construction, and improve documentation
v1.1.1
[1.1.1] - 2026-04-23
⚙️ Miscellaneous Tasks
- (workspace) Bump version to 1.1.1 and refactor tests to use known-answer test pattern with cross-verified addresses
v1.1.0
[1.1.0] - 2026-04-23
🚀 Features
- (ton) Add AddressFormat for configurable workchain/bounceable/testnet addresses
🚜 Refactor
- (errors) Replace DeriveError re-exports with wrapper enums in Aptos, Spark, TON, and Tron
- (wallet) Add derive_secp256k1/derive_ed25519 helpers and encapsulate seed in Zeroizing
- (nostr) Replace account_nsec helper with NostrAccount newtype wrapping DerivedAccount
- (cosmos) Replace hrp/coin_type parameters with ChainConfig struct and add predefined chain constants
📚 Documentation
- (skill) Update SKILL.md to reflect Nostr chain addition and NIP-06/NIP-19 support
- (spark) Update documentation to reflect Spark identity-key derivation and Bech32m address encoding
- (project) Add markdownlint config and update CHANGELOG for 1.1.0 release with breaking changes
⚙️ Miscellaneous Tasks
- (workspace) Bump version to 1.0.1 and update documentation for 1.0 API changes
- (workspace) Bump version to 1.1.0 and refactor batch derivation to use unified derive_range helper
v1.0.0
[1.0.0] - 2026-04-23
📚 Documentation
- (changelog) Add CHANGELOG.md for 1.0.0 stable release with breaking changes
⚙️ Miscellaneous Tasks
- (workspace) Bump version to 1.0.0-dev and refactor BTC/Aptos to use unified DerivedAccount
v0.8.2
[0.8.2] - 2026-04-22
⚙️ Miscellaneous Tasks
- (workspace) Bump version to 0.8.2 and add byte accessor methods to DerivedAccount/DerivedAddress
v0.8.1
[0.8.1] - 2026-04-22
🚀 Features
- (nostr) Add Nostr chain support with NIP-06/NIP-19 derivation
🚜 Refactor
- (cli) Extract SimpleSubcommand template to eliminate boilerplate across chain commands
⚙️ Miscellaneous Tasks
- (ci) Refactor GitHub Actions workflows and bump version to 0.8.1
- (tooling) Enhance rustfmt configuration and add nightly toolchain prerequisites
v0.8.0
[0.8.0] - 2026-04-07
🚀 Features
- (aptos) Add Aptos chain support with SLIP-10 Ed25519 derivation
🚜 Refactor
- (chains) Replace to_owned() with String::from() for string conversions
- (docs) Update doc comments to use kobe_primitives instead of kobe
- (cli) Consolidate HD wallet output construction with HdWalletOutput::simple() and AccountOutput::from_derived()
📚 Documentation
- (skill) Update chain count from 10 to 11 and add XRP Ledger documentation
⚙️ Miscellaneous Tasks
- (workspace) Bump version to 0.7.8 and enhance linting configuration
- (workspace) Bump version to 0.8.0 and refactor error types across all crates
- (workspace) Remove string_to_string lint and fix Clippy warnings across crates
v0.7.7
[0.7.7] - 2026-04-03
🚀 Features
- (cli) Add XRP Ledger (XRPL) command support with new and import subcommands
v0.7.6
[0.7.6] - 2026-04-03
🚀 Features
- (xrpl) Add XRP Ledger chain support with classic r-address derivation