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
{{ message }}
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## v0.2.0
4
+
5
+
Breaking Changes:
6
+
7
+
* Applicable release options in `mix.exs` are now scoped to a `:bakeware` key.
8
+
If you were setting `:compression_level` previously, you will need to update
9
+
you setting.
10
+
11
+
Enhancements:
12
+
13
+
* Windows Support! (Thanks @kritarthh:tada:) - See [Building on Windows](https://hexdocs.pm/bakeware/readme.html#building-on-windows)
14
+
for more info
15
+
* Adds the `:start_command` option to the bakeware `mix` release options
16
+
which allows you to start the bakeware executable with the same commands
17
+
supported by `Mix.Release`. See the bakeware iex_prompt example for how
18
+
this is used so that the IEx prompt supports line editing.
19
+
* Adds the `--bw-command` option when running the executable. See [`mix release` command options](https://hexdocs.pm/mix/Mix.Tasks.Release.html#module-bin-release_name-commands).
20
+
* Instructions added for compiling static OpenSSL when needed (thanks @vans163)
21
+
22
+
Bug Fixes:
23
+
24
+
* Removes `mix bakeware.assemble` task which is unused and broken (Thanks @christhekeele).
0 commit comments