Skip to content

Commit

Permalink
Merge pull request #27 from inaka/ferigis.26.Version_Bump_to_0.1.3
Browse files Browse the repository at this point in the history
[#26] Version Bump to 0.1.3
  • Loading branch information
ferigis authored Apr 12, 2017
2 parents fa05808 + 89bbd67 commit 07bd21d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# Change Log

## [0.1.3](https://github.com/inaka/sheldon/tree/0.1.3) (2017-04-12)
[Full Changelog](https://github.com/inaka/sheldon/compare/0.1.2...0.1.3)

**Closed issues:**

- Remove Elixir dependencies [\#23](https://github.com/inaka/sheldon/issues/23)
- increase the worker pool timeout [\#22](https://github.com/inaka/sheldon/issues/22)

**Merged pull requests:**

- \[\#23\] remove elixir dependencies [\#25](https://github.com/inaka/sheldon/pull/25) ([ferigis](https://github.com/ferigis))
- \[\#22\] adding timeout [\#24](https://github.com/inaka/sheldon/pull/24) ([ferigis](https://github.com/ferigis))

## [0.1.2](https://github.com/inaka/sheldon/tree/0.1.2) (2017-04-06)
[Full Changelog](https://github.com/inaka/sheldon/compare/0.1.1...0.1.2)

**Closed issues:**

- Bump Version to 0.1.2 [\#20](https://github.com/inaka/sheldon/issues/20)
- Return empty list when no suggestions available [\#14](https://github.com/inaka/sheldon/issues/14)

**Merged pull requests:**

- \[\#20\] Version Bump to 0.1.2 [\#21](https://github.com/inaka/sheldon/pull/21) ([ferigis](https://github.com/ferigis))
- Adding worker pool for suggestions [\#19](https://github.com/inaka/sheldon/pull/19) ([ferigis](https://github.com/ferigis))
- \[\#141943791\] Markdown support [\#18](https://github.com/inaka/sheldon/pull/18) ([ferigis](https://github.com/ferigis))
- \[\#14\] return empty list when no suggestions exist [\#15](https://github.com/inaka/sheldon/pull/15) ([ferigis](https://github.com/ferigis))
Expand Down
2 changes: 1 addition & 1 deletion src/sheldon.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, sheldon, [
{description, "Very Simple Erlang Spell Checker"},
{vsn, "0.1.2"},
{vsn, "0.1.3"},
{id, "sheldon"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 07bd21d

Please sign in to comment.