Skip to content

Commit

Permalink
Merge pull request #85 from inaka/ferigis.84.version_bump_2.2.0
Browse files Browse the repository at this point in the history
[close #84] Version bump 2.2.0
  • Loading branch information
ferigis authored Aug 18, 2016
2 parents 31b99fe + d99eb14 commit e5cbda7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ erl_crash.dump
*.beam
*.log
*~
.idea
*.iml
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [2.2.0](https://github.com/inaka/worker_pool/tree/2.2.0) (2016-08-18)
[Full Changelog](https://github.com/inaka/worker_pool/compare/2.1.0...2.2.0)

**Closed issues:**

- pool becomes unresponsive [\#81](https://github.com/inaka/worker_pool/issues/81)
- Implement common functions in the gen\_server or gen\_fsm way in a single shared module [\#80](https://github.com/inaka/worker_pool/issues/80)
- Complete coverage for wpool\_fsm\_process [\#79](https://github.com/inaka/worker_pool/issues/79)
- Replace \#wpool by a map [\#77](https://github.com/inaka/worker_pool/issues/77)

**Merged pull requests:**

- \[\#80\] Implemented shared functions in shared module. \[Fix \#80\] [\#83](https://github.com/inaka/worker_pool/pull/83) ([ferigis](https://github.com/ferigis))
- fsm coverage \[\#79\] [\#82](https://github.com/inaka/worker_pool/pull/82) ([ferigis](https://github.com/ferigis))

## [2.1.0](https://github.com/inaka/worker_pool/tree/2.1.0) (2016-08-03)
[Full Changelog](https://github.com/inaka/worker_pool/compare/2.0.1...2.1.0)

Expand All @@ -11,6 +26,7 @@

- Added a function to retrieve the stats for all pools [\#76](https://github.com/inaka/worker_pool/pull/76) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))
- We no longer have support for erlang.mk [\#75](https://github.com/inaka/worker_pool/pull/75) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))
- Version Bump to 2.1.0 [\#69](https://github.com/inaka/worker_pool/pull/69) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Standarize code style [\#68](https://github.com/inaka/worker_pool/pull/68) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Remove wpool\_shutdown [\#67](https://github.com/inaka/worker_pool/pull/67) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Remove wpool:call/5 [\#57](https://github.com/inaka/worker_pool/pull/57) ([elbrujohalcon](https://github.com/elbrujohalcon))
Expand Down
2 changes: 1 addition & 1 deletion src/worker_pool.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{ application
, worker_pool
, [ {description, "Erlang Worker Pool"}
, {vsn, "2.1.0"}
, {vsn, "2.2.0"}
, {id, "worker_pool"}
, {registered, []}
, {modules, []}
Expand Down

0 comments on commit e5cbda7

Please sign in to comment.