Skip to content

Commit ec9a97f

Browse files
committed
v2.1.0 release
1 parent 4c988e0 commit ec9a97f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.0 - 2025-02-10
4+
5+
* New features
6+
* Support setting a timeout on I2C bus transactions. Support for this depends
7+
on the backend and drivers, but it's at least possible to set it. The
8+
default is usually 1 second with Linux.
9+
10+
* Improvements
11+
* Various documentation and spec cleanup
12+
313
## v2.0.7 - 2025-02-02
414

515
* Improvements

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

0 commit comments

Comments
 (0)