Skip to content

Commit 5ea2e63

Browse files
committed
Update release notes and version to 0.6.1
1 parent fc6ae91 commit 5ea2e63

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.6.1
4+
5+
* Bug fixes
6+
* Enlarge I2C buffer size to support some OLED displays
7+
* Support compilation on non-Linux platforms. It won't work, but this makes
8+
it possible to have unconditional deps on elixir_ale in projects.
9+
310
## v0.6.0
411

512
*Backwards incompatible changes*

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.0"}]
29+
[{:elixir_ale, "~> 0.6.1"}]
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.0",
6+
version: "0.6.1",
77
elixir: "~> 1.2",
88
name: "elixir_ale",
99
description: description(),

0 commit comments

Comments
 (0)