This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Releases: bake-bake-bake/bakeware
Releases · bake-bake-bake/bakeware
v0.2.4
v0.2.3 release
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
Fixed
- Allow spaces in bakeware path within start.bat
- Fix windows path when compressing
v0.2.1
Fixed
- Compilation for Windows MinGW users
v0.2.0
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 bakewaremix
release options
which allows you to start the bakeware executable with the same commands
supported byMix.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. Seemix 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 usemix release
for the same effect
v0.1.5
v0.1.4
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.