Skip to content

Commit 93416b4

Browse files
authored
Merge pull request #17 from UncleGrumpy/release-0.7.3
Prepare for 0.7.3 release
2 parents 9958d58 + 399cfbd commit 93416b4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.3] (2024.06.06)
8+
9+
- Fix broken `create` task in the cli tool.
10+
711
## [0.7.2] (2023.11.24)
812

913
- Make use of profiles to minimize downstream dependencies

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rel:
2424
rebar3 as prod tar
2525
rm -rf x
2626
mkdir x
27-
./install.sh x 0.7.2
27+
./install.sh x 0.7.3
2828
x/bin/packbeam version
2929

3030
clean:

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
]}.
4747

4848
{relx, [
49-
{release, {atomvm_packbeam, "0.7.2"}, [
49+
{release, {atomvm_packbeam, "0.7.3"}, [
5050
kernel,
5151
stdlib,
5252
atomvm_packbeam

src/atomvm_packbeam.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[
2121
{description,
2222
"An escript and library to manipulate (create, list, delete) AtomVM PackBeam files"},
23-
{vsn, "0.7.2"},
23+
{vsn, "0.7.3"},
2424
{registered, []},
2525
{applications, [kernel, stdlib]},
2626
{env, []},

0 commit comments

Comments
 (0)