Skip to content

Commit

Permalink
Merge pull request #51 from inaka/harenson.49.bump-version-to-0.1.0
Browse files Browse the repository at this point in the history
[Fix #49] Bump version to 0.1.0
  • Loading branch information
harenson committed Nov 26, 2015
2 parents 5278bb4 + b94dd3c commit ae1e6b1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 35 deletions.
57 changes: 23 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# Change Log

## [0.0.2](https://github.com/inaka/cowboy-trails/tree/0.0.2) (2015-08-06)
## [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)

**Fixed bugs:**

- Fix trails:store spec [\#43](https://github.com/inaka/cowboy-trails/issues/43)

**Closed issues:**

- Add Meta Testing [\#46](https://github.com/inaka/cowboy-trails/issues/46)
- Allow the user to set a global api-root path [\#42](https://github.com/inaka/cowboy-trails/issues/42)
- Improve Example [\#27](https://github.com/inaka/cowboy-trails/issues/27)
- Allow more than one server running on the same node [\#19](https://github.com/inaka/cowboy-trails/issues/19)

**Merged pull requests:**

- \[Fix \#19\] Allow more than one server running on the same node [\#50](https://github.com/inaka/cowboy-trails/pull/50) ([harenson](https://github.com/harenson))
- \[Fix \#46\] Add meta testing [\#48](https://github.com/inaka/cowboy-trails/pull/48) ([harenson](https://github.com/harenson))
- Allow the user to set and get global api-root path [\#47](https://github.com/inaka/cowboy-trails/pull/47) ([harenson](https://github.com/harenson))
- trails:store spec fixed [\#44](https://github.com/inaka/cowboy-trails/pull/44) ([ferigis](https://github.com/ferigis))
- \[Closes \#27\] Improve example [\#41](https://github.com/inaka/cowboy-trails/pull/41) ([jfacorro](https://github.com/jfacorro))

## [0.0.2](https://github.com/inaka/cowboy-trails/tree/0.0.2) (2015-08-06)
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.0.1...0.0.2)

**Closed issues:**
Expand All @@ -10,84 +31,52 @@

**Merged pull requests:**

- Version bump. [\#40](https://github.com/inaka/cowboy-trails/pull/40) ([cabol](https://github.com/cabol))
- Fixed trails:trails/1 and trails\_handler callback spec. [\#39](https://github.com/inaka/cowboy-trails/pull/39) ([cabol](https://github.com/cabol))

- Fixed metadata type, now is trails:metadata/1. [\#38](https://github.com/inaka/cowboy-trails/pull/38) ([cabol](https://github.com/cabol))

## [0.0.1](https://github.com/inaka/cowboy-trails/tree/0.0.1) (2015-07-24)

**Fixed bugs:**

- Ensure store/1 can receive Cowboy's \[route\_path\(\)\] [\#29](https://github.com/inaka/cowboy-trails/issues/29)

- Ensure that the order how list of trails comes when call `trails:store/1` be the same when call `trails:all/0`. [\#28](https://github.com/inaka/cowboy-trails/issues/28)

**Closed issues:**

- Add rebar support [\#26](https://github.com/inaka/cowboy-trails/issues/26)

- Example application with Cowboy-Trails [\#24](https://github.com/inaka/cowboy-trails/issues/24)

- deps should use https not git [\#21](https://github.com/inaka/cowboy-trails/issues/21)

- Add a method field to trails [\#10](https://github.com/inaka/cowboy-trails/issues/10)

- persistence [\#9](https://github.com/inaka/cowboy-trails/issues/9)

- Add optional metadata to trail\(\). [\#8](https://github.com/inaka/cowboy-trails/issues/8)

- trails:trails/1 [\#7](https://github.com/inaka/cowboy-trails/issues/7)

- trails:trail/3,4 [\#6](https://github.com/inaka/cowboy-trails/issues/6)

- trails:single\_host\_compile [\#5](https://github.com/inaka/cowboy-trails/issues/5)

- Basic trails implementation [\#4](https://github.com/inaka/cowboy-trails/issues/4)

- Base app structure [\#3](https://github.com/inaka/cowboy-trails/issues/3)

**Merged pull requests:**

- Version Bump. [\#37](https://github.com/inaka/cowboy-trails/pull/37) ([cabol](https://github.com/cabol))

- Added edoc to describe modules. [\#36](https://github.com/inaka/cowboy-trails/pull/36) ([cabol](https://github.com/cabol))

- Fixed edoc. [\#35](https://github.com/inaka/cowboy-trails/pull/35) ([cabol](https://github.com/cabol))

- Added edoc to trails module. [\#34](https://github.com/inaka/cowboy-trails/pull/34) ([cabol](https://github.com/cabol))

- Cabol.add readme [\#33](https://github.com/inaka/cowboy-trails/pull/33) ([cabol](https://github.com/cabol))

- Add sort by id implementation in trails.erl [\#32](https://github.com/inaka/cowboy-trails/pull/32) ([davecaos](https://github.com/davecaos))

- store/1 can receive Cowboy's \[route\_path\(\)\] [\#31](https://github.com/inaka/cowboy-trails/pull/31) ([davecaos](https://github.com/davecaos))

- Add rebar.config file [\#30](https://github.com/inaka/cowboy-trails/pull/30) ([davecaos](https://github.com/davecaos))

- Example of Cowboy Trails Application [\#25](https://github.com/inaka/cowboy-trails/pull/25) ([davecaos](https://github.com/davecaos))

- Cabol.9.persistence [\#23](https://github.com/inaka/cowboy-trails/pull/23) ([cabol](https://github.com/cabol))

- \[\#21\] Changed elvis.config to use https instead of in Makefile deps [\#22](https://github.com/inaka/cowboy-trails/pull/22) ([davecaos](https://github.com/davecaos))

- Add a method field to trails [\#20](https://github.com/inaka/cowboy-trails/pull/20) ([davecaos](https://github.com/davecaos))

- \[\#8\] Add metadata parameter to trails [\#18](https://github.com/inaka/cowboy-trails/pull/18) ([davecaos](https://github.com/davecaos))

- Cabol.7.implement function trails [\#17](https://github.com/inaka/cowboy-trails/pull/17) ([cabol](https://github.com/cabol))

- \[\#6\] trails:trail/2,3,4 implementation with tests [\#16](https://github.com/inaka/cowboy-trails/pull/16) ([davecaos](https://github.com/davecaos))

- \[\#5\] Add trails:single\_host\_compile\(\) and theirs tests [\#15](https://github.com/inaka/cowboy-trails/pull/15) ([davecaos](https://github.com/davecaos))

- Basic trails router implementation [\#14](https://github.com/inaka/cowboy-trails/pull/14) ([davecaos](https://github.com/davecaos))

- Test fixes [\#13](https://github.com/inaka/cowboy-trails/pull/13) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Base trails app structure [\#12](https://github.com/inaka/cowboy-trails/pull/12) ([davecaos](https://github.com/davecaos))

- waffle.io Badge [\#2](https://github.com/inaka/cowboy-trails/pull/2) ([waffle-iron](https://github.com/waffle-iron))

- Update LICENSE [\#1](https://github.com/inaka/cowboy-trails/pull/1) ([elbrujohalcon](https://github.com/elbrujohalcon))


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.0.2"},
{vsn, "0.1.0"},
{applications,
[kernel,
stdlib
Expand Down

0 comments on commit ae1e6b1

Please sign in to comment.