Skip to content

Commit 9afa420

Browse files
committed
v2.0.2 release
1 parent 8007ece commit 9afa420

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.2 - 2024-01-14
4+
5+
* Changes
6+
* Fix race condition when multiple processes load the NIF simultaneously that
7+
would cause an unnecessary crash.
8+
* Bump minimum supported version of Elixir to 1.11 since no longer testing
9+
with it due to a dependency issue.
10+
311
## v2.0.1 - 2023-10-22
412

513
* Changes

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

0 commit comments

Comments
 (0)