From 36b28d14ad3d98ae544ecc42beb1f93bf031493f Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Wed, 2 Sep 2015 13:56:39 -0300 Subject: [PATCH] [#76] Version bump to 0.2.11 --- CHANGELOG.md | 20 ++++++++++++++++++++ src/katana.app.src | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d28bf0..1aeb779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) diff --git a/src/katana.app.src b/src/katana.app.src index 98365ff..46efaae 100644 --- a/src/katana.app.src +++ b/src/katana.app.src @@ -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, []}