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

Commit fb177b6

Browse files
committed
v0.1.5 release
1 parent b6a13ca commit fb177b6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.1.5
4+
5+
Bug fixes:
6+
7+
* Fix an archive creation error that would result in an archive that would fail
8+
to unpack.
9+
* Fix a segfault when passing an internal command line parameter to the archive
10+
311
## v0.1.4
412

513
This release doesn't change much externally. Internally, we've started cleaning

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

77
def project do

0 commit comments

Comments
 (0)