Skip to content

Commit e6bc5a3

Browse files
committed
v2.0.7 release
1 parent 6c56ed6 commit e6bc5a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.0.7 - 2025-02-02
4+
5+
* Improvements
6+
* Raise earlier when bad values are passed for the `:retries` option
7+
* Update copyrights and license info for REUSE compliance
8+
39
## v2.0.6 - 2024-09-27
410

511
* Bug fixes

mix.exs

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

0 commit comments

Comments
 (0)