File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v0.1.0
3
+ ## v0.3.1
4
4
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.
6
12
7
13
## v0.2.0
8
14
9
15
Minor text updates.
10
16
11
- Remove i2c_ from i2c_address and i2c_bus.
17
+ Remove i2c_ from i2c_address and i2c_bus.
12
18
13
- ## v0.3 .0
19
+ ## v0.1 .0
14
20
15
- Print detected devices instead of an error.
16
-
21
+ Initial release to hex.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Circuits.I2C.MixProject do
4
4
def project do
5
5
[
6
6
app: :circuits_i2c ,
7
- version: "0.4.0-dev " ,
7
+ version: "0.3.1 " ,
8
8
elixir: "~> 1.6" ,
9
9
description: description ( ) ,
10
10
package: package ( ) ,
You can’t perform that action at this time.
0 commit comments