Skip to content

Commit bb0adf7

Browse files
committed
v0.3.1 release
1 parent c084d8e commit bb0adf7

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Changelog
22

3-
## v0.1.0
3+
## v0.3.1
44

5-
Initial release to hex.
5+
* Bug fixes
6+
* Build C source under the `_build` directory so that changing targets
7+
properly rebuilds the C code as well as the Elixir code.
8+
9+
## v0.3.0
10+
11+
Print detected devices instead of an error.
612

713
## v0.2.0
814

915
Minor text updates.
1016

11-
Remove i2c_ from i2c_address and i2c_bus.
17+
Remove i2c_ from i2c_address and i2c_bus.
1218

13-
## v0.3.0
19+
## v0.1.0
1420

15-
Print detected devices instead of an error.
16-
21+
Initial release to hex.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Circuits.I2C.MixProject do
44
def project do
55
[
66
app: :circuits_i2c,
7-
version: "0.4.0-dev",
7+
version: "0.3.1",
88
elixir: "~> 1.6",
99
description: description(),
1010
package: package(),

0 commit comments

Comments
 (0)