Skip to content

Commit

Permalink
Merge pull request #12 from inaka/jfacorro.6.version.bump
Browse files Browse the repository at this point in the history
[#6] Version bump. Added Change Log
  • Loading branch information
jfacorro committed Apr 21, 2015
2 parents 0cf8110 + 1731463 commit cbc7132
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion src/zipper.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -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, []}
Expand Down

0 comments on commit cbc7132

Please sign in to comment.