|
| 1 | +# 🌯 Changelog |
| 2 | + |
| 3 | +## v1.4.0 |
| 4 | + |
| 5 | +* Changes: |
| 6 | + * Add `CHANGELOG.md` (yay!). |
| 7 | + * Remove fixed OpenSSL version tag from pre-build URL fetching modules. |
| 8 | + * Allow overriding the cookie with `RELEASE_COOKIE` at runtime. |
| 9 | + * Move `seven_z` check under `target.os` `:windows`. |
| 10 | + * Bump zig to `0.14.1`. |
| 11 | + * Fixed compiler warning in `module.project()` call. |
| 12 | + * Remove deprecated `File.cp_r/3` usage in init step. |
| 13 | + * Bump erlang to `28.0.2` and elixir to `1.18.4-otp-28`. |
| 14 | + * Pre-Built ERTSs will now contain OpenSSL `3.5.1` and musl libc `1.2.5`. |
| 15 | + |
| 16 | +## v1.3.0 |
| 17 | + |
| 18 | +* Changes: |
| 19 | + * Use `7zz` CLI tool for unpacking Windows ERTS installers if available. |
| 20 | + * Dependency bumps: |
| 21 | + * erlang `27.2` |
| 22 | + * elixir `1.18.1-otp-27` |
| 23 | + * req `>= 0.5.0` |
| 24 | + * jason `~> 1.4` |
| 25 | + * zig `1.14.0` |
| 26 | + * Fix broken `7z`/`7zz` check. |
| 27 | + |
| 28 | +## v1.2.0 |
| 29 | + |
| 30 | +* Changes: |
| 31 | + * README fixups. |
| 32 | + * Add utility function to fetch wrapper exe path at runtime. (`Burrito.Util.Args.get_bin_path/0`) |
| 33 | + |
| 34 | +## v1.1.1 |
| 35 | + |
| 36 | +* Changes: |
| 37 | + * Release version requirement for Req library (`>= 0.4.0`). |
| 38 | + |
| 39 | +## v1.1.0 |
| 40 | + |
| 41 | +* Changes: |
| 42 | + * Add `Burrito.Util.running_standalone`. |
| 43 | + * Add `Burrito.Util.Args.argv` to get arguments universally. |
| 44 | + * Fix crash when fetching a custom ERTS build from a URL string location. |
| 45 | + * README fix: Fix dead link to Erlang Embedded Mode docs. |
| 46 | + * Bump Zig to `0.13.0`. |
| 47 | + |
| 48 | +## v1.0.5 |
| 49 | + |
| 50 | +* Changes: |
| 51 | + * Better handle files in the root of a release. |
| 52 | + * Update Zig wrappers path computation to be more cross-platform native. |
| 53 | + * Remove dead code from the Zig wrapper. |
| 54 | + * Fix trying to re-extract the libc musl `.so` file when it already exists. |
| 55 | + * Set up CI using Github Actions to validate cross builds and test examples. |
| 56 | + |
| 57 | +## v1.0.4 |
| 58 | + |
| 59 | +* Changes |
| 60 | + * Fix not setting `__BURRITO` env variable in Windows executables. |
| 61 | + |
| 62 | +## v1.0.3 |
| 63 | + |
| 64 | +* Changes: |
| 65 | + * Add qualifiers to targets to add CFLAGS, CXXFLAGS, ENV, and Make args to NIF re-compiler. |
| 66 | + * Add runtime env variable __BURRITO to signify erlang is running in Burrito. |
| 67 | + * Allow skipping NIF recompilation with build qualifier. (`:skip_nifs`) |
| 68 | + * Add new qualifiers to README. |
| 69 | + |
| 70 | +## v1.0.2 |
| 71 | + |
| 72 | +* Changes: |
| 73 | + * Include the version file in releases. |
| 74 | + * Bump req to `0.4.0`. |
| 75 | + * Bump deps in example projects. |
| 76 | + |
| 77 | +## v1.0.1 |
| 78 | + |
| 79 | +* Changes: |
| 80 | + * Fix Hex package include files. |
| 81 | + |
| 82 | +## v1.0.0 |
| 83 | + |
| 84 | +* Changes: |
| 85 | + * Initial Release |
0 commit comments