Skip to content

Commit 9eee4bc

Browse files
committed
v0.7.0 release
1 parent f12bf41 commit 9eee4bc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## v0.6.3-dev
3+
## v0.7.0
4+
5+
* New features
6+
* Added and improved helper functions for finding I2C devices and I2C and
7+
SPI buses.
48

59
## v0.6.2
610

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Elixir library. Normally, you would include elixir_ale as a dependency in your
2626
`mix.exs` like this:
2727

2828
def deps do
29-
[{:elixir_ale, "~> 0.6.2"}]
29+
[{:elixir_ale, "~> 0.7"}]
3030
end
3131

3232
If you just want to try it out, you can do the following:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ElixirALE.Mixfile do
33

44
def project do
55
[app: :elixir_ale,
6-
version: "0.6.3-dev",
6+
version: "0.7.0",
77
elixir: "~> 1.2",
88
name: "elixir_ale",
99
description: description(),

0 commit comments

Comments
 (0)