Skip to content

Commit

Permalink
Merge pull request #67 from inaka/euen.66.version_bump_0.2.0
Browse files Browse the repository at this point in the history
[Close #66] version bump 0.2.0
  • Loading branch information
Brujo Benavides authored Aug 11, 2016
2 parents 93d2db0 + a107893 commit b769f5b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Change Log

## [0.2.0](https://github.com/inaka/cowboy-trails/tree/0.2.0) (2016-08-11)
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.1.1...0.2.0)

**Fixed bugs:**

- trails\_meta tests fails [\#60](https://github.com/inaka/cowboy-trails/pull/60) ([jeanparpaillon](https://github.com/jeanparpaillon))

**Closed issues:**

- Move from erlang.mk to rebar3 [\#64](https://github.com/inaka/cowboy-trails/issues/64)
- Add a function to retrieve the list of registered servers and hostmatches [\#61](https://github.com/inaka/cowboy-trails/issues/61)
- Update repo and make it ready for hex.pm [\#57](https://github.com/inaka/cowboy-trails/issues/57)
- How to pass options? [\#56](https://github.com/inaka/cowboy-trails/issues/56)
- Switch build tools to erlang.mk and republish to hex.pm [\#53](https://github.com/inaka/cowboy-trails/issues/53)

**Merged pull requests:**

- \[Close \#64\] move to rebar3 [\#65](https://github.com/inaka/cowboy-trails/pull/65) ([Euen](https://github.com/Euen))
- \[Fix \#61\] Add retrieval of registered servers and hostmatches [\#62](https://github.com/inaka/cowboy-trails/pull/62) ([llamallamaduck](https://github.com/llamallamaduck))
- Update rebar.config to use Hex dependencies [\#59](https://github.com/inaka/cowboy-trails/pull/59) ([waisbrot](https://github.com/waisbrot))
- \[Fix \#57\] Update dependencies; Update erlang.mk; Add ruleset to elvis config [\#58](https://github.com/inaka/cowboy-trails/pull/58) ([harenson](https://github.com/harenson))
- Make example using current code version [\#55](https://github.com/inaka/cowboy-trails/pull/55) ([jeanparpaillon](https://github.com/jeanparpaillon))

## [0.1.1](https://github.com/inaka/cowboy-trails/tree/0.1.1) (2016-01-06)
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.1.0...0.1.1)

**Merged pull requests:**

- Hex Package [\#45](https://github.com/inaka/cowboy-trails/pull/45) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.1.0](https://github.com/inaka/cowboy-trails/tree/0.1.0) (2015-11-26)
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.0.2...0.1.0)

Expand Down
2 changes: 1 addition & 1 deletion src/trails.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[
{description,
"A couple of improvements over Cowboy Routes"},
{vsn, "0.1.1"},
{vsn, "0.2.0"},
{applications,
[kernel,
stdlib
Expand Down

0 comments on commit b769f5b

Please sign in to comment.