What's New in v1.0.0
This is a new release that implements the following PRs:
- fix(docs): Add Wallet API to README #182
- fix(transactions): surface confirmation errors immediately #183
- fix(logging): replace println!/eprintln! with log crate #185
Crate
Version 1.0.1 can be found here on crates.io
To install, run the following Cargo command in your project directory: cargo add helius. Or, add the following line to your Cargo.toml: helius = "1.0.1"
Documentation
The latest documentation can be found here on docs.rs
Migration Guide
See MIGRATION.md for upgrading from a 0.x version to 1.0.1
Full Changelog
The full changelog for v1.0.1 can be found here: v1.0.0...v1.0.1