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

Commit 223c6e8

Browse files
committed
v0.2.3 release
1 parent 1121537 commit 223c6e8

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.2.3
4+
5+
### Added
6+
7+
- reduce Makefile prints
8+
9+
### Fixed
10+
11+
- Fix mkdir on windows (#128 - thanks @Fl4m3Ph03n1x)
12+
- Use initial 'for' loop delcarations for systems without C99 mode set
13+
314
## v0.2.2
415

516
### Fixed

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

77
def project do

0 commit comments

Comments
 (0)