Skip to content

Commit

Permalink
Merge pull request #22 from inaka/elbrujohalcon.changelog
Browse files Browse the repository at this point in the history
Changelog Added
  • Loading branch information
igaray committed Mar 16, 2015
2 parents e510cd4 + 885a977 commit eb0d1f2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Change Log

## [1.0.2](https://github.com/inaka/worker_pool/tree/1.0.2) (2015-03-16)

[Full Changelog](https://github.com/inaka/worker_pool/compare/1.0.1...HEAD)

**Merged pull requests:**

- Remove lager runtime dependency [\#21](https://github.com/inaka/worker_pool/pull/21) ([schlagert](https://github.com/schlagert))

## [1.0.1](https://github.com/inaka/worker_pool/tree/1.0.1) (2015-02-18)

[Full Changelog](https://github.com/inaka/worker_pool/compare/1.0...1.0.1)

**Closed issues:**

- Add documentation for overrun\_warning and related config options [\#13](https://github.com/inaka/worker_pool/issues/13)

- Fulfill the open-source checklist [\#7](https://github.com/inaka/worker_pool/issues/7)

**Merged pull requests:**

- version bump [\#19](https://github.com/inaka/worker_pool/pull/19) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Respect the git://… guideline [\#18](https://github.com/inaka/worker_pool/pull/18) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Use ./rebar and $REBAR instead of just rebar [\#17](https://github.com/inaka/worker_pool/pull/17) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Contributions from @funbox [\#15](https://github.com/inaka/worker_pool/pull/15) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Fixed rebar.config to not use the git account for github. [\#14](https://github.com/inaka/worker_pool/pull/14) ([AxisOfEval](https://github.com/AxisOfEval))

- New hidden modules :ghost: [\#12](https://github.com/inaka/worker_pool/pull/12) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Enable default\_strategy customization [\#11](https://github.com/inaka/worker_pool/pull/11) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [1.0](https://github.com/inaka/worker_pool/tree/1.0) (2014-09-25)

**Merged pull requests:**

- Indentation!! [\#9](https://github.com/inaka/worker_pool/pull/9) ([elbrujohalcon](https://github.com/elbrujohalcon))

- elvis config for @elvisinaka [\#8](https://github.com/inaka/worker_pool/pull/8) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Run elvis. [\#6](https://github.com/inaka/worker_pool/pull/6) ([igaray](https://github.com/igaray))

- Fulfill the open-source checklist [\#5](https://github.com/inaka/worker_pool/pull/5) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Less restrictive lager version requirement [\#4](https://github.com/inaka/worker_pool/pull/4) ([jfacorro](https://github.com/jfacorro))

- R17 ready [\#3](https://github.com/inaka/worker_pool/pull/3) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Lager update [\#2](https://github.com/inaka/worker_pool/pull/2) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Modified rebar.config to pull lager 2.0.0rc1. [\#1](https://github.com/inaka/worker_pool/pull/1) ([igaray](https://github.com/igaray))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion src/worker_pool.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{application, worker_pool,
[
{description, "Erlang Worker Pool"},
{vsn, "1.0.1"},
{vsn, "1.0.2"},
{id, "worker_pool"},
{registered, []},
{applications, [kernel,stdlib]},
Expand Down

0 comments on commit eb0d1f2

Please sign in to comment.