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 3147ed7 commit 44bbea8Copy full SHA for 44bbea8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v2.0.0 - 2023-08-14
10
11
This is a major update to Circuits.I2C that removes the requirement to use
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "2.0.0"
+ @version "2.0.1"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
0 commit comments