Skip to content

Commit

Permalink
Merge pull request #37 from inaka/elbrujohalcon.37.version_bump_to_0_2_0
Browse files Browse the repository at this point in the history
Version Bump to 0.2.0
  • Loading branch information
Brujo Benavides committed Mar 8, 2016
2 parents 201aae2 + 15cc942 commit 27d366a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## [0.2.0](https://github.com/inaka/zipper/tree/0.2.0) (2016-03-08)
[Full Changelog](https://github.com/inaka/zipper/compare/0.1.6...0.2.0)

**Closed issues:**

- Version Bump to 0.1.4 [\#27](https://github.com/inaka/zipper/issues/27)

**Merged pull requests:**

- Improve specs [\#30](https://github.com/inaka/zipper/pull/30) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add documentation to functions and in the README [\#21](https://github.com/inaka/zipper/pull/21) ([jfacorro](https://github.com/jfacorro))

## [0.1.6](https://github.com/inaka/zipper/tree/0.1.6) (2016-01-19)
[Full Changelog](https://github.com/inaka/zipper/compare/0.1.5...0.1.6)

**Fixed bugs:**

- Modify IGNORE\_DEPS in Makefile [\#33](https://github.com/inaka/zipper/issues/33)

**Closed issues:**

- Version Bump to 0.1.6 [\#34](https://github.com/inaka/zipper/issues/34)

**Merged pull requests:**

- \[Fix \#34\] version bump [\#36](https://github.com/inaka/zipper/pull/36) ([Euen](https://github.com/Euen))
- \[Fix \#33\] modify IGNORE\_DEPS [\#35](https://github.com/inaka/zipper/pull/35) ([Euen](https://github.com/Euen))

## [0.1.5](https://github.com/inaka/zipper/tree/0.1.5) (2016-01-13)
[Full Changelog](https://github.com/inaka/zipper/compare/0.1.3...0.1.5)

Expand Down
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.6"},
{vsn, "0.2.0"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
Expand Down

0 comments on commit 27d366a

Please sign in to comment.