Skip to content

Commit

Permalink
[#38] Version bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ferigis committed Jan 6, 2018
1 parent 0aab31e commit a23ea87
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [0.1.4](https://github.com/inaka/sheldon/tree/0.1.4) (2018-01-06)
[Full Changelog](https://github.com/inaka/sheldon/compare/0.1.3...0.1.4)

**Closed issues:**

- upgrade dependencies [\#35](https://github.com/inaka/sheldon/issues/35)
- fixing `suggest\_words` test [\#34](https://github.com/inaka/sheldon/issues/34)
- Remove Elixir references [\#28](https://github.com/inaka/sheldon/issues/28)
- Version Bump to 0.1.3 [\#26](https://github.com/inaka/sheldon/issues/26)
- improve performance [\#10](https://github.com/inaka/sheldon/issues/10)

**Merged pull requests:**

- \[\#35\] upgrading dependencies [\#37](https://github.com/inaka/sheldon/pull/37) ([ferigis](https://github.com/ferigis))
- \[\#34\] fixing test case [\#36](https://github.com/inaka/sheldon/pull/36) ([ferigis](https://github.com/ferigis))
- Performance improvments - fixes \#10 [\#33](https://github.com/inaka/sheldon/pull/33) ([X4lldux](https://github.com/X4lldux))
- Remove dead hipchat link [\#32](https://github.com/inaka/sheldon/pull/32) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#28\] Remove elixir references [\#29](https://github.com/inaka/sheldon/pull/29) ([ferigis](https://github.com/ferigis))

## [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)

Expand All @@ -10,6 +29,7 @@

**Merged pull requests:**

- \[\#26\] Version Bump to 0.1.3 [\#27](https://github.com/inaka/sheldon/pull/27) ([ferigis](https://github.com/ferigis))
- \[\#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))

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.3"},
{vsn, "0.1.4"},
{id, "sheldon"},
{registered, []},
{applications, [
Expand Down

0 comments on commit a23ea87

Please sign in to comment.