Skip to content

Releases: burrito-elixir/burrito

Burrito v1.5.0

03 Nov 18:55
ec6c8cc

Choose a tag to compare

v1.5.0

  • Changes:
    • Bump Zig to version 0.15.2.
    • README improvements.
    • Zig side logger improvements, do not use heap allocations.
    • Fix warning when using module.project().

Burrito v1.4.0

28 Jul 03:28

Choose a tag to compare

v1.4.0

  • Changes:
    • Add CHANGELOG.md (yay!).
    • Remove fixed OpenSSL version tag from pre-build URL fetching modules.
    • Allow overriding the cookie with RELEASE_COOKIE at runtime.
    • Move seven_z check under target.os :windows.
    • Bump zig to 0.14.1.
    • Fixed compiler warning in module.project() call.
    • Remove deprecated File.cp_r/3 usage in init step.
    • Bump erlang to 28.0.2 and elixir to 1.18.4-otp-28.
    • Pre-Built ERTSs will now contain OpenSSL 3.5.1 and musl libc 1.2.5.

Burrito v1.3.0

28 Jul 15:13

Choose a tag to compare

v1.3.0

  • Changes:
    • Use 7zz CLI tool for unpacking Windows ERTS installers if available.
    • Dependency bumps:
      • erlang 27.2
      • elixir 1.18.1-otp-27
      • req >= 0.5.0
      • jason ~> 1.4
      • zig 1.14.0
    • Fix broken 7z/7zz check.

Burrito v1.2.0

28 Jul 15:14
4a6a7e2

Choose a tag to compare

v1.2.0

  • Changes:
    • README fixups.
    • Add utility function to fetch wrapper exe path at runtime. (Burrito.Util.Args.get_bin_path/0)

Burrito v1.1.1

28 Jul 15:14
3f2dc71

Choose a tag to compare

v1.1.1

  • Changes:
    • Release version requirement for Req library (>= 0.4.0).

Burrito v1.1.0

28 Jul 15:15
efd6a32

Choose a tag to compare

v1.1.0

  • Changes:
    • Add Burrito.Util.running_standalone.
    • Add Burrito.Util.Args.argv to get arguments universally.
    • Fix crash when fetching a custom ERTS build from a URL string location.
    • README fix: Fix dead link to Erlang Embedded Mode docs.
    • Bump Zig to 0.13.0.

Burrito v1.0.5

15 Apr 01:39
d94a9ad

Choose a tag to compare

  • Fixes a bug where running 2 instances of a wrapped application would cause a segfault.
  • Fixes a bug where apps would panic if files were present in the root of the release.