Skip to content

Commit 44bbea8

Browse files
committed
v2.0.1 release
1 parent 3147ed7 commit 44bbea8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.0.1 - 2023-10-22
4+
5+
* Changes
6+
* Add `Circuits.I2C.bus()` type back to fix a dialyzer warning on projects
7+
that support both Circuits.I2C 1.0 and 2.0.
8+
39
## v2.0.0 - 2023-08-14
410

511
This is a major update to Circuits.I2C that removes the requirement to use

mix.exs

Lines changed: 1 addition & 1 deletion
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 "2.0.0"
4+
@version "2.0.1"
55
@description "Use I2C in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_i2c"
77

0 commit comments

Comments
 (0)