Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Releases: bake-bake-bake/bakeware

v0.2.4

25 May 14:16
Compare
Choose a tag to compare
v0.2.4 release

v0.2.3 release

04 Feb 18:03
Compare
Choose a tag to compare

Added

  • reduce Makefile prints

Fixed

  • Fix mkdir on windows (#128 - thanks @Fl4m3Ph03n1x)
  • Use initial 'for' loop delcarations for systems without C99 mode set

v0.2.2

30 Oct 20:56
Compare
Choose a tag to compare

Fixed

  • Allow spaces in bakeware path within start.bat
  • Fix windows path when compressing

v0.2.1

24 Sep 16:14
Compare
Choose a tag to compare

Fixed

  • Compilation for Windows MinGW users

v0.2.0

19 Apr 14:59
Compare
Choose a tag to compare

Breaking Changes:

  • Applicable release options in mix.exs are now scoped to a :bakeware key.
    If you were setting :compression_level previously, you will need to update
    you setting.

Enhancements:

  • Windows Support! (Thanks @kritarthh 🎉) - See Building on Windows
    for more info
  • Adds the :start_command option to the bakeware mix release options
    which allows you to start the bakeware executable with the same commands
    supported by Mix.Release. See the bakeware iex_prompt example for how
    this is used so that the IEx prompt supports line editing.
  • Adds the --bw-command option when running the executable. See mix release command options.
  • Instructions added for compiling static OpenSSL when needed (thanks @vans163)

Bug Fixes:

  • Removes mix bakeware.assemble task which is unused and broken (Thanks @christhekeele).
    Please use mix release for the same effect

v0.1.5

20 Feb 13:18
Compare
Choose a tag to compare

Bug fixes:

  • Fix an archive creation error that would result in an archive that would fail
    to unpack.
  • Fix a segfault when passing an internal command line parameter to the archive

v0.1.4

23 Nov 23:42
Compare
Choose a tag to compare

This release doesn't change much externally. Internally, we've started cleaning
up the code and adding tests to make Bakeware easier for us to maintain. If you
have existing Bakeware projects, you may also be interested in our example
updates to turn off Erlang distribution and remove the verbose mix release
instructions.

Bug fixes:

  • Running the same Bakeware archive at or near the same time now works.
    Previously, it was possible for multiple instances to collide when
    extracting.

v0.1.3

03 Nov 02:24
Compare
Choose a tag to compare

Bug fixes:

  • Fix hex package to include zstd source.

v0.1.2

31 Oct 14:35
Compare
Choose a tag to compare

Bug fixes:

  • Fix script startup crash when testing locally (#66)

v0.1.1

29 Oct 14:21
Compare
Choose a tag to compare

Initial release to hex.

This release is ok for experimentation, but it not intended for production use.
It has known issues with script and extraction cache handling.