Skip to content

Commit 16f6f98

Browse files
committed
v2.0.0 release
1 parent b2428d0 commit 16f6f98

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Changelog
22

3-
## v2.0.0-pre.0 - 2023-05-30
3+
## v2.0.0 - 2023-08-14
44

55
This is a major update to Circuits.I2C that removes the requirement to use
66
Nerves or Linux. The API is almost the same and the default is to compile and
77
use the Linux backend, so changes may not be needed.
88

9-
This is a prerelease so APIs may still change before the v2.0.0 release.
10-
119
* Changes
1210
* Support alternative backends for different operating systems or for
1311
simulated hardware

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
`Circuits.I2C` lets you communicate with hardware devices using the I2C protocol.
88

9-
*This is the v2.0 development branch. It's not ready yet. Most users will want
10-
to follow the [maint-v1.x branch](https://github.com/elixir-circuits/circuits_i2c/tree/maint-v1.x).*
9+
*This is the v2.0 branch. Circuits.I2C v1.x is still maintained in the [maint-v1.x branch](https://github.com/elixir-circuits/circuits_i2c/tree/maint-v1.x).*
1110

1211
`Circuits.I2C` v2.0 is an almost backwards compatible update to `Circuits.I2C`
1312
v1.x. Here's what's new:

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

0 commit comments

Comments
 (0)