Skip to content

Commit 5dee9a5

Browse files
authored
Merge pull request #19 from inaka/euen.18.version_bump
[Close #18] version bump to 0.1.0
2 parents be74bc2 + a67fc40 commit 5dee9a5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Change Log
22

3+
## [0.1.0](https://github.com/inaka/katana-code/tree/0.1.0) (2016-06-14)
4+
[Full Changelog](https://github.com/inaka/katana-code/compare/0.0.4...0.1.0)
5+
6+
**Closed issues:**
7+
8+
- Move from erlang.mk to rebar3 [\#16](https://github.com/inaka/katana-code/issues/16)
9+
- Version Bump 0.0.4 [\#13](https://github.com/inaka/katana-code/issues/13)
10+
11+
**Merged pull requests:**
12+
13+
- \[Close \#16\] rebar3 support [\#17](https://github.com/inaka/katana-code/pull/17) ([Euen](https://github.com/Euen))
14+
315
## [0.0.4](https://github.com/inaka/katana-code/tree/0.0.4) (2016-04-26)
416
[Full Changelog](https://github.com/inaka/katana-code/compare/0.0.3...0.0.4)
517

618
**Merged pull requests:**
719

20+
- \[\#13\] Version Bump 0.0.4 [\#14](https://github.com/inaka/katana-code/pull/14) ([davecaos](https://github.com/davecaos))
821
- Add support for latin1 encoded source files [\#12](https://github.com/inaka/katana-code/pull/12) ([tjarvstrand](https://github.com/tjarvstrand))
922

1023
## [0.0.3](https://github.com/inaka/katana-code/tree/0.0.3) (2016-04-07)

src/katana_code.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, katana_code,
22
[
33
{description, "Functions useful for processing Erlang code."},
4-
{vsn, "0.0.4"},
4+
{vsn, "0.1.0"},
55
{applications, [kernel, stdlib, aleppo]},
66
{modules, []},
77
{registered, []},

0 commit comments

Comments
 (0)