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
Bump minor release version number in honor of added precompiled jit support, and enabling the
packing of applications into AtomVM escripts, as well as enabling the packing of libraries, which
is needed to adopt this version of `packbeam` as the one used throughout the AtomVM infrastructure.
Cleans up the Contributing guidelines, removing the non-aplicable C code style refrences.
Signed-off-by: Winford <winford@object.stream>
> IMPORTANT! The files in this tar archive do not contain the `atomvm_packbeam` prefix, so extracting these files without care will create a `bin` and `lib` directory in the location into which files from the archive is extracted. See the example below before proceeding!
42
42
43
43
You can use the `install.sh` script to install the `atomvm_packbeam` utility into a location on your local machine. You will need to specify the prefix location into which you want to install the utility, together with it's current version.
44
44
45
-
shell$ ./install.sh /opt/atomvm_packbeam 0.7.5
46
-
atomvm_packbeam version 0.7.5 installed in /opt/atomvm_packbeam.
45
+
shell$ ./install.sh /opt/atomvm_packbeam 0.8.0
46
+
atomvm_packbeam version 0.8.0 installed in /opt/atomvm_packbeam.
47
47
48
48
> Note. Some prefix locations may require `root` permissions to write files to.
49
49
@@ -69,7 +69,7 @@ On-line help is available via the `help` sub-command:
Copy file name to clipboardExpand all lines: UPDATING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
7
7
# AtomVM Update Instructions
8
8
9
+
## 0.7.* -> 0.8.*
10
+
11
+
- No changes have been made to default behaviors that should affect any existing applications that
12
+
depend on `atomvm_packbeam` or its escript usage. New options have been added, consult the
13
+
documentation for details.
14
+
9
15
## 0.6.* -> 0.7.*
10
16
11
17
- The default behavior of not generating line number information in BEAM files has changed. By default, line number information will be generated in BEAM files. You can remove line number information using from BEAM files by using the `-r` (or `--remove_lines`) flags to the `create` subcommand. Note that in versions 0.6 of this tool, the `--include_lines` flag was ignored due to a bug in the code.
0 commit comments