Skip to content

Commit 9f9ffc0

Browse files
committed
Update atomvm_packbeam dependency
Update to depend on the latest (0.8.1) release of atomvm_packbeam. Signed-off-by: Winford <winford@object.stream>
1 parent 7b8a12a commit 9f9ffc0

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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`
3026
mode, 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

0 commit comments

Comments
 (0)