v0.12.2
mohammadfawaz
released this
12 May 15:16
·
2453 commits
to master
since this release
What's Changed
- Update parse bytecode example by @binggh in #1467
- Added installation instruction by @Braqzen in #1477
- Revert 1477 braqzen #1476 and update formatting by @Braqzen in #1479
- Rust 1.60 docker update by @Voxelot in #1438
- Add --describe -d opt to forc plugins by @ra0x3 in #1453
- Add [workspace] to forc manifest by @ra0x3 in #1461
- Hide use orig asm and parser in the help text for forc build, deploy, run by @binggh in #1469
- Fixes to the Forc Project section with the recent updates to
forc init
by @mohammadfawaz in #1482 - Span/String/Ident fixups by @canndrew in #1422
- Some fixes to storage in the Sway Book by @mohammadfawaz in #1486
- Hashing and Cryptography by @SilentCicero in #1362
- match expressions take 2 by @SilentCicero in #1355
- Moved name & version keys to the top of [package] by @Braqzen in #1485
- Small fix to
hash_u64
by @mohammadfawaz in #1490 - Changed default manifest dependency ordering by @Braqzen in #1496
- Remove
sway_types::{JsonABI, Function, Property}
in favour offuels_types
by @mitchmindtree in #1337 - Fix for forc test doesn't return with error code if Cargo manifest is invalid #1464 by @kayagokalp in #1481
- Changes
panic
torevert
insway-lib-std
by @gr00vytvniks in #1494 - Remove
Cargo.lock
from top-level.gitignore
. TrackCargo.lock
for std lib test harness. by @mitchmindtree in #1497 - Remove global
Namespace
arena in favour of structural sharing. Refactor to use absolute paths. by @mitchmindtree in #1213 - Publish Diagnostics from language server even when no errors or warnings detected by @JoshuaBatty in #1503
- Add declaration attributes to the parser. by @otrho in #1488
- Update Slack webhook secret by @ellioty in #1509
- Extract forc documentation examples from constants.rs into examples.rs by @binggh in #1504
- move
forc completions
help text into the book by @binggh in #1248 - Improve forc documenter by @binggh in #1505
- Updated example to show how to call a private function by @Braqzen in #1507
- Manifest files use env variable to set author or default back to the … by @Braqzen in #1487
- Add --locked to cargo CI by @ra0x3 in #1450
- Add --locked to forc by @ra0x3 in #1442
- Format long use stmnts + tests by @ra0x3 in #1480
- Add
require
function. by @nfurfaro in #1500 - Bump stdlib test harness to SDK v0.12 by @nfurfaro in #1523
- When resolving custom types, recurse into Arrays to be sure the element type is resolved. by @otrho in #1522
- Fix bug in node dependencies related to
if let
codeblocks. by @otrho in #1519 - Bump fuels* to 0.12 by @Voxelot in #1520
- Add numeric constants. by @adlerjohn in #1515
- Bump to v0.12.2 by @mohammadfawaz in #1528
New Contributors
- @kayagokalp made their first contribution in #1481
- @gr00vytvniks made their first contribution in #1494
Full Changelog: v0.12.1...v0.12.2