Skip to content

Commit a7b64ea

Browse files
authored
Merge pull request #11 from atomvm/prepare-for-release-0.7.1
2 parents 4eb0efd + f9e436d commit a7b64ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.1] (unreleased)
7+
## [0.7.1]
88

99
- Enhanced `packbeam_api` to make it more maintainable.
1010
- Changed documentation to use [`rebar3_ex_doc`](https://hexdocs.pm/rebar3_ex_doc/readme.html)

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.0
62+
packbeam version 0.7.1
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
@@ -40,7 +40,7 @@
4040
]}.
4141

4242
{relx, [
43-
{release, {atomvm_packbeam, "0.7.0"}, [
43+
{release, {atomvm_packbeam, "0.7.1"}, [
4444
kernel,
4545
stdlib,
4646
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.0"},
23+
{vsn, "0.7.1"},
2424
{registered, []},
2525
{applications, [kernel, stdlib]},
2626
{env, []},

0 commit comments

Comments
 (0)