Skip to content

Commit

Permalink
v2.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 27, 2024
1 parent 0586a25 commit e2d2598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.6 - 2024-09-27

* Bug fixes
* Don't crash on ENXIO (errno 6) failures due to unresponsives I2C targets
* Add ENXIO as a known error for easier debugging next time

## v2.0.5 - 2024-09-08

Only Elixir 1.13 and later are supported now. There are no known issues with
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project

@version "2.0.5"
@version "2.0.6"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"

Expand Down

0 comments on commit e2d2598

Please sign in to comment.