We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c56ed6 commit e6bc5a3Copy full SHA for e6bc5a3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v2.0.6 - 2024-09-27
10
11
* Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "2.0.6"
+ @version "2.0.7"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
0 commit comments