Skip to content

Commit 2f5b9e3

Browse files
authored
Merge pull request #20 from UncleGrumpy/release-0.7.4
Prepare 0.7.4 release
2 parents 341c735 + 104a36c commit 2f5b9e3

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

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

12-
## [0.7.4] - Unreleased
12+
## [0.7.4] - (2025.05.25)
13+
1314
- Add support for OTP-28
1415
- Added missing licences files, and CI workflow to ensure reuse compliance
1516

17+
>This release includes changes from 0.7.3 that were not included in the release due to a bad release tag.
18+
1619
## [0.7.3] (2024.06.06)
1720

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rel:
2525
rebar3 as prod tar
2626
rm -rf x
2727
mkdir x
28-
./install.sh x 0.7.3
28+
./install.sh x 0.7.4
2929
x/bin/packbeam version
3030

3131
clean:

README.md

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

6565
shell$ packbeam help
6666

67-
packbeam version 0.7.2
67+
packbeam version 0.7.4
6868

6969
Syntax:
7070
packbeam <sub-command> <options> <args>

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
]}.
4949

5050
{relx, [
51-
{release, {atomvm_packbeam, "0.7.3"}, [
51+
{release, {atomvm_packbeam, "0.7.4"}, [
5252
kernel,
5353
stdlib,
5454
atomvm_packbeam

src/atomvm_packbeam.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
[
2323
{description,
2424
"An escript and library to manipulate (create, list, delete) AtomVM PackBeam files"},
25-
{vsn, "0.7.3"},
25+
{vsn, "0.7.4"},
2626
{registered, []},
2727
{applications, [kernel, stdlib]},
2828
{env, []},

0 commit comments

Comments
 (0)