We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26b0dc commit c9fd768Copy full SHA for c9fd768
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-## v0.6.2-dev
+## 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.
8
9
## v0.6.1
10
mix.exs
@@ -3,7 +3,7 @@ defmodule ElixirAle.Mixfile do
def project do
[app: :elixir_ale,
- version: "0.6.2-dev",
+ version: "0.6.2",
elixir: "~> 1.2",
name: "elixir_ale",
description: description(),
0 commit comments