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

Commit 17afc53

Browse files
committed
v0.2.0 release
1 parent 78dd539 commit 17afc53

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

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).
25+
Please use `mix release` for the same effect
26+
327
## v0.1.5
428

529
Bug fixes:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Bakeware.MixProject do
22
use Mix.Project
33

4-
@version "0.1.5"
4+
@version "0.2.0"
55
@source_url "https://github.com/bake-bake-bake/bakeware"
66

77
def project do

0 commit comments

Comments
 (0)