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

Commit 6c46ba3

Browse files
committed
v0.1.4 release
1 parent 0d8944a commit 6c46ba3

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.1.4
4+
5+
This release doesn't change much externally. Internally, we've started cleaning
6+
up the code and adding tests to make Bakeware easier for us to maintain. If you
7+
have existing Bakeware projects, you may also be interested in our example
8+
updates to turn off Erlang distribution and remove the verbose mix release
9+
instructions.
10+
11+
Bug fixes:
12+
13+
* Running the same Bakeware archive at or near the same time now works.
14+
Previously, it was possible for multiple instances to collide when
15+
extracting.
16+
317
## v0.1.3
418

519
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.3"
4+
@version "0.1.4"
55
@source_url "https://github.com/bake-bake-bake/bakeware"
66

77
def project do

0 commit comments

Comments
 (0)