Skip to content

Commit b769f5b

Browse files
author
Brujo Benavides
authored
Merge pull request #67 from inaka/euen.66.version_bump_0.2.0
[Close #66] version bump 0.2.0
2 parents 93d2db0 + a107893 commit b769f5b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Change Log
22

3+
## [0.2.0](https://github.com/inaka/cowboy-trails/tree/0.2.0) (2016-08-11)
4+
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.1.1...0.2.0)
5+
6+
**Fixed bugs:**
7+
8+
- trails\_meta tests fails [\#60](https://github.com/inaka/cowboy-trails/pull/60) ([jeanparpaillon](https://github.com/jeanparpaillon))
9+
10+
**Closed issues:**
11+
12+
- Move from erlang.mk to rebar3 [\#64](https://github.com/inaka/cowboy-trails/issues/64)
13+
- Add a function to retrieve the list of registered servers and hostmatches [\#61](https://github.com/inaka/cowboy-trails/issues/61)
14+
- Update repo and make it ready for hex.pm [\#57](https://github.com/inaka/cowboy-trails/issues/57)
15+
- How to pass options? [\#56](https://github.com/inaka/cowboy-trails/issues/56)
16+
- Switch build tools to erlang.mk and republish to hex.pm [\#53](https://github.com/inaka/cowboy-trails/issues/53)
17+
18+
**Merged pull requests:**
19+
20+
- \[Close \#64\] move to rebar3 [\#65](https://github.com/inaka/cowboy-trails/pull/65) ([Euen](https://github.com/Euen))
21+
- \[Fix \#61\] Add retrieval of registered servers and hostmatches [\#62](https://github.com/inaka/cowboy-trails/pull/62) ([llamallamaduck](https://github.com/llamallamaduck))
22+
- Update rebar.config to use Hex dependencies [\#59](https://github.com/inaka/cowboy-trails/pull/59) ([waisbrot](https://github.com/waisbrot))
23+
- \[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))
24+
- Make example using current code version [\#55](https://github.com/inaka/cowboy-trails/pull/55) ([jeanparpaillon](https://github.com/jeanparpaillon))
25+
26+
## [0.1.1](https://github.com/inaka/cowboy-trails/tree/0.1.1) (2016-01-06)
27+
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.1.0...0.1.1)
28+
29+
**Merged pull requests:**
30+
31+
- Hex Package [\#45](https://github.com/inaka/cowboy-trails/pull/45) ([elbrujohalcon](https://github.com/elbrujohalcon))
32+
333
## [0.1.0](https://github.com/inaka/cowboy-trails/tree/0.1.0) (2015-11-26)
434
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.0.2...0.1.0)
535

src/trails.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[
33
{description,
44
"A couple of improvements over Cowboy Routes"},
5-
{vsn, "0.1.1"},
5+
{vsn, "0.2.0"},
66
{applications,
77
[kernel,
88
stdlib

0 commit comments

Comments
 (0)