Skip to content

Commit

Permalink
v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 3, 2017
1 parent f12bf41 commit 9eee4bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v0.6.3-dev
## v0.7.0

* New features
* Added and improved helper functions for finding I2C devices and I2C and
SPI buses.

## v0.6.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Elixir library. Normally, you would include elixir_ale as a dependency in your
`mix.exs` like this:

def deps do
[{:elixir_ale, "~> 0.6.2"}]
[{:elixir_ale, "~> 0.7"}]
end

If you just want to try it out, you can do the following:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ElixirALE.Mixfile do

def project do
[app: :elixir_ale,
version: "0.6.3-dev",
version: "0.7.0",
elixir: "~> 1.2",
name: "elixir_ale",
description: description(),
Expand Down

0 comments on commit 9eee4bc

Please sign in to comment.