You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.7.1]
7
+
## [0.7.2] (2023.11.24)
8
+
9
+
- Make use of profiles to minimize downstream dependencies
10
+
- Fix install.sh script on FreeBSD platform
11
+
12
+
## [0.7.1] (2023.10.22)
8
13
9
14
- Enhanced `packbeam_api` to make it more maintainable.
10
15
- Changed documentation to use [`rebar3_ex_doc`](https://hexdocs.pm/rebar3_ex_doc/readme.html)
11
16
12
-
## [0.7.0]
17
+
## [0.7.0] (2022.10.17)
13
18
14
19
- Added `version` sub-command to print version to the console
15
20
- Added `-r`, `--remove` option and removed the `-i`, `--include` option, which was ineffective due to a bug. See the [Updating](UPDATING.md) notes on the impact of these changes.
16
21
17
-
## [0.6.2]
22
+
## [0.6.2] (2023.10.14)
18
23
19
24
- Added `relx` stanzas to create a standalone release of the `packbeam` utility
20
25
- Added install scripts to simplify installation for users
21
26
22
-
## [0.6.1]
27
+
## [0.6.1] (2023.07.16)
23
28
24
29
- Added `extract` sub-command
25
30
26
-
## [0.6.0]
31
+
## [0.6.0] (2022.12.18)
27
32
28
33
### Added
29
34
- Added ability to include `<<"Line">>` chunks in BEAM files in generated AVM files
@@ -35,7 +40,7 @@ parameters, instead of coding paramters into function arguments. Previous
35
40
versions of the `packbeam_api:create` function that take optional parameters
36
41
have been deprecated.
37
42
38
-
## [0.5.0]
43
+
## [0.5.0] (2022.08.28)
39
44
40
45
### Added
41
46
- Added ability to specify a module name for ordinary (non-BEAM) files (API-only).
@@ -56,7 +61,7 @@ GNU-style conventions; deprecated single-hyphen short options.
56
61
Previous `packbeam` API functions now call corresponding `packbeam_api`
57
62
functions and are deprecated.
58
63
59
-
## [0.4.1]
64
+
## [0.4.1] (2022.06.19)
60
65
61
66
### Added
62
67
- Added unit tests
@@ -67,26 +72,26 @@ functions and are deprecated.
67
72
### Changed
68
73
- Weakened the test for finding a start BEAM file such that it only requires that the `?BEAM_START_FLAG` be set, for compatibility with [ExAtomVM](https://github.com/atomvm/ExAtomVM).
69
74
70
-
## [0.4.0]
75
+
## [0.4.0] (2022.05.21)
71
76
72
77
### Added
73
78
- Added `erlfmt` plugin and formatted code.
74
79
75
80
### Fixed
76
81
- Fixed a bug that prevented packbeam files that include priv files from being properly loaded.
77
82
78
-
## [0.3.0]
83
+
## [0.3.0] (2022.01.15)
79
84
80
85
### Fixed
81
86
- Fixed a bug in pulling in dependent BEAM files based on the atoms table
0 commit comments