Skip to content

Commit

Permalink
Bumped the version to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Sep 8, 2016
1 parent 1c26f69 commit 8b8ea83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [HEAD] - Unreleased

## [0.5.0] - 2016-09-08
### Added
- Added `Grove.LED`.
- Added `Grove.Potentiometer`.
Expand All @@ -28,7 +30,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release with support for `Grove.Button`.

[HEAD]: https://github.com/bendiken/nerves_grove/compare/0.4.0...HEAD
[HEAD]: https://github.com/bendiken/nerves_grove/compare/0.5.0...HEAD
[0.5.0]: https://github.com/bendiken/nerves_grove/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/bendiken/nerves_grove/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/bendiken/nerves_grove/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/bendiken/nerves_grove/compare/0.1.0...0.2.0
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -177,15 +177,15 @@ Add `nerves_grove` to your list of dependencies in your project's `mix.exs` file

```elixir
defp deps do
[{:nerves_grove, "~> 0.4.0"}]
[{:nerves_grove, "~> 0.5.0"}]
end
```

Alternatively, to pull in the dependency directly from a Git tag:

```elixir
defp deps do
[{:nerves_grove, github: "bendiken/nerves_grove", tag: "0.4.0"}]
[{:nerves_grove, github: "bendiken/nerves_grove", tag: "0.5.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.0-dev
0.5.0

0 comments on commit 8b8ea83

Please sign in to comment.