diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..929d4f4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Change Log + +## [Unreleased](https://github.com/inaka/zipper/tree/HEAD) + +[Full Changelog](https://github.com/inaka/zipper/compare/0.1.0...HEAD) + +**Implemented enhancements:** + +- Functions to create default zippers [\#8](https://github.com/inaka/zipper/issues/8) + +**Closed issues:** + +- Implement node modification [\#6](https://github.com/inaka/zipper/issues/6) + +- Implement zipper [\#4](https://github.com/inaka/zipper/issues/4) + +**Merged pull requests:** + +- \[Closes \#6\] Implement node modification [\#11](https://github.com/inaka/zipper/pull/11) ([jfacorro](https://github.com/jfacorro)) + +- \[Closes \#8\] Functions for default zippers [\#10](https://github.com/inaka/zipper/pull/10) ([jfacorro](https://github.com/jfacorro)) + +## [0.1.0](https://github.com/inaka/zipper/tree/0.1.0) (2014-09-08) + +**Closed issues:** + +- Create tests [\#3](https://github.com/inaka/zipper/issues/3) + +- Project structure. [\#1](https://github.com/inaka/zipper/issues/1) + +**Merged pull requests:** + +- \[\#4\] Implement zipper [\#7](https://github.com/inaka/zipper/pull/7) ([jfacorro](https://github.com/jfacorro)) + +- \[\#3\] Tests [\#5](https://github.com/inaka/zipper/pull/5) ([jfacorro](https://github.com/jfacorro)) + +- \[\#1\] Project structure [\#2](https://github.com/inaka/zipper/pull/2) ([jfacorro](https://github.com/jfacorro)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/src/zipper.app.src b/src/zipper.app.src index c780754..0555397 100644 --- a/src/zipper.app.src +++ b/src/zipper.app.src @@ -2,7 +2,7 @@ application, zipper, [ {description, "Generic Zipper Implementation for Erlang"}, - {vsn, "0.1.0"}, + {vsn, "0.1.1"}, {applications, [kernel, stdlib]}, {modules, []}, {registered, []}