v2.3.1
What's Changed
- Bump anyhow from 1.0.88 to 1.0.89 by @dependabot in #28350
- [Format] Update to latest nightly format recommendations. by @d0cd in #28367
- Address clippy lints. by @mikebenfield in #28374
- Bump thiserror from 1.0.63 to 1.0.64 by @dependabot in #28357
- Bump regex from 1.10.6 to 1.11.0 by @dependabot in #28359
- Bump tempfile from 3.12.0 to 3.13.0 by @dependabot in #28360
- Add function inputs to the type table. by @mikebenfield in #28373
- Bump clap from 4.5.17 to 4.5.19 by @dependabot in #28368
- Bump reqwest from 0.12.7 to 0.12.8 by @dependabot in #28362
- Display Type::Boolean as
bool
, notboolean
. by @mikebenfield in #28380 - Bump clap from 4.5.19 to 4.5.20 by @dependabot in #28385
- Require comma separators (and nothing else) between struct members. by @mikebenfield in #28381
- [Refactor] Remove
examples
and add it back in as a submodule by @d0cd in #28384 - hex and binary literals for integers. by @mikebenfield in #28383
- Clean up dependencies. by @mikebenfield in #28382
- Turn off LTO for dev and test builds. by @mikebenfield in #28397
- Fix help messages for command line options. by @mikebenfield in #28396
- only_testnet feature. by @mikebenfield in #28398
- Fixes to clap CLI code. by @mikebenfield in #28400
- Improve handling of guards while flattening. by @mikebenfield in #28392
- More cli fixes. by @mikebenfield in #28407
- Remove unused '.out' expectations files. by @mikebenfield in #28404
- Test format by @mikebenfield in #28412
- Bump serde from 1.0.210 to 1.0.211 by @dependabot in #28415
- Bump anyhow from 1.0.89 to 1.0.90 by @dependabot in #28408
- Consistently make 1 empty line between output items in codegen. by @mikebenfield in #28413
- Bump anyhow from 1.0.90 to 1.0.91 by @dependabot in #28420
- Bump serde from 1.0.211 to 1.0.213 by @dependabot in #28419
- Bump thiserror from 1.0.64 to 1.0.65 by @dependabot in #28418
- Handle closures that are invalid for Aleo. by @mikebenfield in #28417
- Don't panic when outputting TOML arrays in test failures. by @mikebenfield in #28421
- [Docs] Fix broken links by @d0cd in #28422
- Bump regex from 1.11.0 to 1.11.1 by @dependabot in #28423
- Bump reqwest from 0.12.8 to 0.12.9 by @dependabot in #28426
- Bump serde from 1.0.213 to 1.0.214 by @dependabot in #28427
- [CI] Move integration tests to CircleCI by @d0cd in #28414
- [Fix] Update HTTP headers in Leo CLI. by @d0cd in #28438
- Update MSRV; disallow long IDs by @mikebenfield in #28434
- Disallow local variables from shadowing functions, structs, mappings,… by @mikebenfield in #28433
- [Feature] CLI Update Notification. by @d0cd in #28440
- [Fix] Introduce
StaticAnalysis
pass and add checks on usage of async code for safety. by @d0cd in #28443 - [Fix] Minor fixes to Leo CI. by @d0cd in #28450
New Contributors
- @mikebenfield made their first contribution in #28374
Full Changelog: v2.3.0...v2.3.1