Release 0.10.0
What's Changed
- fix(ci): pin tokio to 1.38.1 on MSRV step by @oleonardolima in #94
- Don't return 1.0 feerate if none is found by
convert_fee_rate
by @ValuedMammal in #90 - chore: upgrade and bump some CI dependencies by @oleonardolima in #95
- fix(ci): code coverage
actions/upload-artifact
version by @oleonardolima in #96 - refactor(async): refactoring async client and minor documentation improvements by @oleonardolima in #93
- Implement retryable calls by @ValuedMammal in #98
- fix(blocking):
get_with_retry
is private method by @ValuedMammal in #100 - chore: bump version to 0.10.0 by @notmandatory in #101
New Contributors
- @ValuedMammal made their first contribution in #90
Full Changelog: v0.9.0...v0.10.0