From 580613bbe08bd25d4e836cd24bbd71531d5ac624 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Mon, 16 Mar 2015 09:31:36 -0300 Subject: [PATCH 1/3] Changelog --- CHANGELOG.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bcb5c26 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,59 @@ +# Change Log + +## [Unreleased](https://github.com/inaka/worker_pool/tree/HEAD) + +[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)* \ No newline at end of file From e5be0f04ca5856ff83246e33347fc5d7d8507aa6 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Mon, 16 Mar 2015 09:31:47 -0300 Subject: [PATCH 2/3] Version Bump --- src/worker_pool.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker_pool.app.src b/src/worker_pool.app.src index 65c9ff4..f4dbb7a 100644 --- a/src/worker_pool.app.src +++ b/src/worker_pool.app.src @@ -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]}, From 885a97792eeca9ce2206807b0de3a2e5c4fc4237 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Mon, 16 Mar 2015 09:33:47 -0300 Subject: [PATCH 3/3] 1.0.2 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb5c26..d67ad11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/inaka/worker_pool/tree/HEAD) +## [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) @@ -56,4 +56,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*