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

Commit 61fc901

Browse files
committed
v0.1.2 release
1 parent 1dc21c5 commit 61fc901

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.1.2
4+
5+
Bug fixes:
6+
7+
* Fix script startup crash when testing locally (#66)
8+
39
## v0.1.1
410

511
Initial release to hex.

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

77
def project do

0 commit comments

Comments
 (0)