Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 08:19
· 42 commits to main since this release

[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