We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f29e7 commit 995358eCopy full SHA for 995358e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## v2.0.0-pre.5 - 2024-1-8
13
14
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project
- @version "2.0.0-pre.5"
+ @version "2.0.0-pre.6"
@description "Use GPIOs in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_gpio"
0 commit comments