Skip to content

Commit

Permalink
Prepare for 0.7.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Winford <[email protected]>
  • Loading branch information
UncleGrumpy committed Jun 6, 2024
1 parent d4346b9 commit 376446e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.3] (2024.06.06)

- Fix broken `create` task in the cli tool.

## [0.7.2] (2023.11.24)

- Make use of profiles to minimize downstream dependencies
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
]}.

{relx, [
{release, {atomvm_packbeam, "0.7.2"}, [
{release, {atomvm_packbeam, "0.7.3"}, [
kernel,
stdlib,
atomvm_packbeam
Expand Down
2 changes: 1 addition & 1 deletion src/atomvm_packbeam.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[
{description,
"An escript and library to manipulate (create, list, delete) AtomVM PackBeam files"},
{vsn, "0.7.2"},
{vsn, "0.7.3"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 376446e

Please sign in to comment.