File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414## [ 0.7.6] (unreleased)
1515
16- ### Changed
17- - Update dependancy version of atomvm_packbeam to 0.7.5
18- - Update dependancy version of atomvm_packbeam to 0.8.0
19-
2016### Added
2117- Added dialyzer task to simplify running dialyzer on AtomVM applications.
2218- Added support for rp2350 devices to allow for default detection of the device mount path.
@@ -29,6 +25,7 @@ rp2040 or rp2350 devices.
2925- The ` pico_flash ` task now checks that a device is an RP2 platform before resetting to ` BOOTSEL `
3026mode, preventing interference with other MCUs that may be attached to the host system.
3127- The ` pico_flash ` task now aborts on all errors rather than trying to continue after a failure.
28+ - Update dependency version of atomvm_packbeam to 0.8.1
3229
3330## [ 0.7.5] (2025.05.27)
3431
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ The `pico_flash` task depends on the `uf2create` task which in turn depends on t
424424 ===> Compiling hex_core
425425 ===> Compiling verl
426426 ===> Compiling rebar3_hex
427- ===> Fetching atomvm_packbeam v0.7.4
427+ ===> Fetching atomvm_packbeam v0.8.1
428428 ===> Fetching rebar3_proper v0.12.1
429429 ===> Analyzing applications...
430430 ===> Compiling rebar3_proper
Original file line number Diff line number Diff line change 2020{erl_opts , [debug_info ]}.
2121
2222{deps , [
23- {atomvm_packbeam , " 0.8.0 " },
23+ {atomvm_packbeam , " 0.8.1 " },
2424 {uf2tool , " 1.1.0" }
2525]}.
2626
You can’t perform that action at this time.
0 commit comments