Skip to content

Commit

Permalink
Update release notes and version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 3, 2017
1 parent fc6ae91 commit 5ea2e63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.1

* Bug fixes
* Enlarge I2C buffer size to support some OLED displays
* Support compilation on non-Linux platforms. It won't work, but this makes
it possible to have unconditional deps on elixir_ale in projects.

## v0.6.0

*Backwards incompatible changes*
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.0"}]
[{:elixir_ale, "~> 0.6.1"}]
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.0",
version: "0.6.1",
elixir: "~> 1.2",
name: "elixir_ale",
description: description(),
Expand Down

0 comments on commit 5ea2e63

Please sign in to comment.