Skip to content

Commit

Permalink
Merge pull request #77 from inaka/jfacorro.76.bump_0.2.11
Browse files Browse the repository at this point in the history
[Closes #76] Version bump to 0.2.11
  • Loading branch information
Brujo Benavides committed Sep 2, 2015
2 parents 6c066a6 + 36b28d1 commit 3fc3d8f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [0.2.11](https://github.com/inaka/erlang-katana/tree/0.2.11)

[Full Changelog](https://github.com/inaka/erlang-katana/compare/0.2.10...0.2.11)

**Fixed bugs:**

- Dialyze the Katana [\#44](https://github.com/inaka/erlang-katana/issues/44)

**Closed issues:**

- Implement a ktn\_os:command/\[1, 2\] function that uses ports [\#74](https://github.com/inaka/erlang-katana/issues/74)

- Bump to version 0.2.10 [\#72](https://github.com/inaka/erlang-katana/issues/72)

**Merged pull requests:**

- \[Closes \#74\] ktn\_os:command/\[1,2\] [\#75](https://github.com/inaka/erlang-katana/pull/75) ([jfacorro](https://github.com/jfacorro))

## [0.2.10](https://github.com/inaka/erlang-katana/tree/0.2.10) (2015-08-27)

[Full Changelog](https://github.com/inaka/erlang-katana/compare/0.2.9...0.2.10)
Expand All @@ -12,6 +30,8 @@

**Merged pull requests:**

- \[\#72\] Bump version to 0.2.10 [\#73](https://github.com/inaka/erlang-katana/pull/73) ([jfacorro](https://github.com/jfacorro))

- \[\#69\] Fixed typo [\#71](https://github.com/inaka/erlang-katana/pull/71) ([jfacorro](https://github.com/jfacorro))

- \[\#69\] tokens as an attribute of root node. [\#70](https://github.com/inaka/erlang-katana/pull/70) ([jfacorro](https://github.com/jfacorro))
Expand Down
2 changes: 1 addition & 1 deletion src/katana.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Erlang grab bag of useful functions. "
"It should have been called swiss army knife "
"but katanas are deadlier"},
{vsn, "0.2.10"},
{vsn, "0.2.11"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []}
Expand Down

0 comments on commit 3fc3d8f

Please sign in to comment.