Skip to content

Commit

Permalink
[Closes #80] Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Sep 7, 2015
1 parent 165612b commit 1cce35a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log

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

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

**Closed issues:**

- Update aleppo version to 0.9.2 [\#78](https://github.com/inaka/erlang-katana/issues/78)

**Merged pull requests:**

- \[Closes \#78\] Update aleppo to 0.9.2 [\#79](https://github.com/inaka/erlang-katana/pull/79) ([jfacorro](https://github.com/jfacorro))

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

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

Expand All @@ -10,12 +22,16 @@

**Closed issues:**

- Bump to 0.2.11 [\#76](https://github.com/inaka/erlang-katana/issues/76)

- 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 \#76\] Version bump to 0.2.11 [\#77](https://github.com/inaka/erlang-katana/pull/77) ([jfacorro](https://github.com/jfacorro))

- \[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)
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.11"},
{vsn, "0.2.12"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []}
Expand Down

0 comments on commit 1cce35a

Please sign in to comment.