Skip to content

Commit ebc5e24

Browse files
committed
v0.3.5 release
1 parent ebd29ad commit ebc5e24

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.5
4+
5+
* Bug fixes
6+
* Reduce the number of I2C addresses scanned for detection to avoid confusing
7+
some devices.
8+
39
## v0.3.4
410

511
This release should work on Erlang/OTP 20 - 22 and Elixir 1.4 and

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.I2C.MixProject do
22
use Mix.Project
33

4-
@version "0.3.4"
4+
@version "0.3.5"
55
@source_url "https://github.com/elixir-circuits/circuits_i2c"
66

77
{:ok, system_version} = Version.parse(System.version())

0 commit comments

Comments
 (0)