Skip to content

Releases: atomvm/atomvm_packbeam

atomvm_packbeam 0.8.2

24 Feb 06:06
a23810c

Choose a tag to compare

This release fixes an edge-case bug, where modules that are only used as callbacks would be removed when using the --prune option.

atomvm_packbeam 0.8.1

16 Feb 21:24
1673545

Choose a tag to compare

This release is primarily a bug fix for the new --lib option, which was not added to the escript. This issue has been fixed and should now work for both the escript and the underlying APIs. We have also expanded test coverage, and added documentation for the new --lib option. See CHANGELOG.md for a complete list of changes.

atomvm_packbeam 0.8.0

07 Dec 05:49
badb2c4

Choose a tag to compare

0.8.0 Release Announcement (Dec 7, 2025)

This release adds several new features intended to support upcoming and recently added features in AtomVM and atomvm_rebar3_plugin.

New Features

🚀 Support for jit pre-compiled binaries. Especially beneficial for micro-controllers.

🎯 Allow explicitly setting the start module, to support future bundling of AtomVM escripts.

📚 Added --lib option for packing libraries without a start module.

Bug Fixes

No bugs were reported, or fixed, since the last release. 🥳🎉

atomvm_packbeam 0.7.5

17 Aug 21:13
67a8199

Choose a tag to compare

What's Changed

  • Suppress irrelevant warning about missing sasl
  • Corrections to build instructions
  • Updated documentation to use new atomvm.org domains
  • Release docs will always be available from hex.pm, and current master branch docs are available on GitHub.

Full Changelog: 0.7.4...0.7.5

atomvm_packbeam 0.7.4

24 May 19:35
2f5b9e3

Choose a tag to compare

This release adds support for OTP 28, as well as adding some missing license information. This release includes the missing bug fixes from 0.7.3 that should have been included, but were missed due to a bad release tag.

What's Changed

  • Support OTP-28 uncompressed literals
  • Add formatting check and reuse workflows
  • Fix bug in packbeam create

Full Changelog: 0.7.2...0.7.4