v0.58.0
版本发布时间: 2024-04-25 22:55:01
FuelLabs/fuels-rs最新发布版本:v0.66.4(2024-09-06 22:25:31)
What's Changed
- chore(ci): only show failed tests with
nextest
by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1332 - chore: bump
forc
to0.54.0
and re-enablegenerics
tests by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1330 - feature!: make experimental encoding default by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1334
- chore: fix some comments by @sellskin in https://github.com/FuelLabs/fuels-rs/pull/1307
- Fix:fix some issues by @miles-six in https://github.com/FuelLabs/fuels-rs/pull/1287
- fix: receipt parsing when call is repeated through internal call by @MujkicA in https://github.com/FuelLabs/fuels-rs/pull/1337
- chore: improve
b256
tests by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1339 - chore: bump
fuel-core
to0.24.3
by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1345 - Bump versions to v0.58.0 by @digorithm in https://github.com/FuelLabs/fuels-rs/pull/1346
New Contributors
- @sellskin made their first contribution in https://github.com/FuelLabs/fuels-rs/pull/1307
- @miles-six made their first contribution in https://github.com/FuelLabs/fuels-rs/pull/1287
Full Changelog: https://github.com/FuelLabs/fuels-rs/compare/v0.57.0...v0.58.0
Breaking changes
This release makes the experimental encoding default and adds the legacy_encoding
flag to use the old one.