Skip to content

Commit

Permalink
Bump Version to 0.2.0 (#65)
Browse files Browse the repository at this point in the history
* Bump Version to 0.2.0

* Use git
  • Loading branch information
elbrujohalcon authored Nov 1, 2021
1 parent 80887ba commit f024d0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
# Changelog

## [0.2.0](https://github.com/inaka/sheldon/tree/0.2.0) (2021-11-01)

[Full Changelog](https://github.com/inaka/sheldon/compare/0.1.6...0.2.0)

**Merged pull requests:**

- Modernize [\#64](https://github.com/inaka/sheldon/pull/64) ([vkatsuba](https://github.com/vkatsuba))
- Add coveralls [\#63](https://github.com/inaka/sheldon/pull/63) ([vkatsuba](https://github.com/vkatsuba))
- Update for OTP 24 [\#62](https://github.com/inaka/sheldon/pull/62) ([vkatsuba](https://github.com/vkatsuba))

## [0.1.6](https://github.com/inaka/sheldon/tree/0.1.6) (2020-08-07)

[Full Changelog](https://github.com/inaka/sheldon/compare/0.1.5...0.1.6)

**Closed issues:**

- Version Bump to 0.1.6 [\#60](https://github.com/inaka/sheldon/issues/60)
- A word with hyphen is not being suggested by spell checker. [\#58](https://github.com/inaka/sheldon/issues/58)
- Version Bump to 0.1.5 [\#41](https://github.com/inaka/sheldon/issues/41)

**Merged pull requests:**

- \[\#60\] Version Bump to 0.1.6 [\#61](https://github.com/inaka/sheldon/pull/61) ([ferigis](https://github.com/ferigis))
- \[\#58\] using hyphen in order to build suggestions [\#59](https://github.com/inaka/sheldon/pull/59) ([ferigis](https://github.com/ferigis))

## [0.1.5](https://github.com/inaka/sheldon/tree/0.1.5) (2018-10-15)
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.6"},
{vsn, git},
{id, "sheldon"},
{registered, []},
{applications, [
Expand Down

0 comments on commit f024d0d

Please sign in to comment.