Skip to content

Commit c9fd768

Browse files
committed
0.6.2 release
1 parent a26b0dc commit c9fd768

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.2-dev
3+
## v0.6.2
4+
5+
* Bug fixes
6+
* Fix message buffer size that was too small for really large I2C transfers
7+
* Many documentation improvements from Axel Clark.
48

59
## v0.6.1
610

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.2-dev",
6+
version: "0.6.2",
77
elixir: "~> 1.2",
88
name: "elixir_ale",
99
description: description(),

0 commit comments

Comments
 (0)