Skip to content

Commit 05e0191

Browse files
authored
Merge pull request #46 from UncleGrumpy/release_0.7.5
Prepare 0.7.5 release
2 parents 5ab47fe + 18cb81c commit 05e0191

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ All notable changes to this project will be documented in this file.
1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

14-
## [0.7.4] (2024.06.06)
14+
## [0.7.5] (2025.05.27)
15+
16+
### Fixed
17+
- Fixed broken dependencies when pulling from hex.pm
18+
19+
## [0.7.4] (2025.05.25)
1520

1621
### Added
1722
- Added support for the `--application` (or `-a`) option to support AtomVM OTP applications.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ trigger a reset into `application` mode after flashing with `rebar3 atomvm pico_
409409
The `pico_flash` task depends on the `uf2create` task which in turn depends on the `packbeam` task, so in most cases it is not necessary to execute either of those tasks if the default settings are used, as any changes to modules in the project will get rebuilt before being flashed to the device.
410410

411411
shell$ rebar3 atomvm pico_flash
412-
===> Fetching atomvm_rebar3_plugin v0.7.4
412+
===> Fetching atomvm_rebar3_plugin v0.7.5
413413
===> Fetching rebar3_hex v7.0.6
414414
===> Fetching hex_core v0.8.4
415415
===> Fetching verl v1.1.1
@@ -520,7 +520,7 @@ The `uf2create` task depends on the `packbeam` task, so the packbeam file will g
520520
use the `version` task to print the current version of the [`atomvm_rebar3_plugin`](https://atomvm.github.io/atomvm_rebar3_plugin) to the console.
521521

522522
shell$ rebar3 atomvm version
523-
0.7.4
523+
0.7.5
524524

525525
### The `bootstrap` task
526526

src/atomvm_rebar3_plugin.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%%
2020
{application, atomvm_rebar3_plugin, [
2121
{description, "A rebar plugin for manipulating AtomVM AVM files"},
22-
{vsn, "0.7.4"},
22+
{vsn, "0.7.5"},
2323
{registered, []},
2424
{applications, [kernel, stdlib]},
2525
{env, []},

0 commit comments

Comments
 (0)