We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4ebd7a + 4a27690 commit 9f9ee89Copy full SHA for 9f9ee89
CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
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
20
### Added
21
- Added dialyzer task to simplify running dialyzer on AtomVM applications.
rebar.config
@@ -20,7 +20,7 @@
{erl_opts, [debug_info]}.
22
{deps, [
23
- {atomvm_packbeam, "0.7.5"},
+ {atomvm_packbeam, "0.8.0"},
24
{uf2tool, "1.1.0"}
25
]}.
26
0 commit comments