Skip to content

Commit 49c2b39

Browse files
committed
Prepare 0.7.4 release
New release to include the fixes for v0.6.3 that were missed due to a bad tag, add OTP 28 support, and include license information for all files. Closes #19 Signed-off-by: Winford <[email protected]>
1 parent 67257b7 commit 49c2b39

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
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
8-
- Add support for OTP-28
7+
## [0.7.4] - (2025.05.25)
8+
-- Add support for OTP-28
9+
10+
>This release includes changes from 0.7.3 that were not included in the release due to a bad release tag.
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)