Skip to content

Commit 995358e

Browse files
committed
v2.0.0-pre.6 release
1 parent 09f29e7 commit 995358e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.0-pre.6 - 2024-1-9
4+
5+
This release only has naming changes and documentation updates.
6+
7+
* Changes
8+
* Rename `t:gpio_info/0` to `t:identifiers/0`, `t:gpio_status/0` to `t:status/0`
9+
and `info/1` to `backend_info/1`. This hopefully removes confusion between
10+
the 3 informational types and functions.
11+
312
## v2.0.0-pre.5 - 2024-1-8
413

514
* Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.GPIO.MixProject do
22
use Mix.Project
33

4-
@version "2.0.0-pre.5"
4+
@version "2.0.0-pre.6"
55
@description "Use GPIOs in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_gpio"
77

0 commit comments

Comments
 (0)