Skip to content

Commit e2d2598

Browse files
committed
v2.0.6 release
1 parent 0586a25 commit e2d2598

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.6 - 2024-09-27
4+
5+
* Bug fixes
6+
* Don't crash on ENXIO (errno 6) failures due to unresponsives I2C targets
7+
* Add ENXIO as a known error for easier debugging next time
8+
39
## v2.0.5 - 2024-09-08
410

511
Only Elixir 1.13 and later are supported now. There are no known issues with

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.5"
4+
@version "2.0.6"
55
@description "Use I2C in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_i2c"
77

0 commit comments

Comments
 (0)