Skip to content

Commit e51e955

Browse files
committed
Prepare 0.7.4 release
Just bumps the version so we can make sure the 0.7.3 fixes are included this time. The tag for 0.6.3 did not include aoo of the commits since the 0.6.2 release. 0.6.3 was never released on hex.pm, but we still need to bump the version to ensure no users end up using a cached version from the 0.6.3 tag on GitHub. Closes #19 Signed-off-by: Winford <[email protected]>
1 parent a2b0872 commit e51e955

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +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.4] - Unreleased
7+
## [0.7.4] - (2025.02.15)
88

9+
>This is really a re-release of 0.7.3. Version bumped to ensure that a cached version of 0.7.3 is not used.
10+
- Added missing commits for the fix broken `create` task in the cli tool.
911

1012
## [0.7.3] (2024.06.06)
1113

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.3
27+
./install.sh x 0.7.4
2828
x/bin/packbeam version
2929

3030
clean:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ On-line help is available via the `help` sub-command:
5959

6060
shell$ packbeam help
6161

62-
packbeam version 0.7.2
62+
packbeam version 0.7.4
6363

6464
Syntax:
6565
packbeam <sub-command> <options> <args>

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.3"}, [
49+
{release, {atomvm_packbeam, "0.7.4"}, [
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.3"},
23+
{vsn, "0.7.4"},
2424
{registered, []},
2525
{applications, [kernel, stdlib]},
2626
{env, []},

0 commit comments

Comments
 (0)