We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db946ef commit 619fdb2Copy full SHA for 619fdb2
CHANGELOG.md
@@ -4,3 +4,8 @@
4
5
Initial release to hex.
6
7
+## v0.2.0
8
+
9
+Minor text updates.
10
11
+Remove i2c_ from i2c_address and i2c_bus.
mix.exs
@@ -4,7 +4,7 @@ defmodule Circuits.I2C.MixProject do
def project do
[
app: :circuits_i2c,
- version: "0.2.0-dev",
+ version: "0.2.0",
elixir: "~> 1.6",
description: description(),
package: package(),
0 commit comments