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 16a46ee commit 9c7af80Copy full SHA for 9c7af80
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.4.2
4
+
5
+* Bug fixes
6
+ * Fix pullup/pulldown support for the Raspberry Pi 4
7
8
## v0.4.1
9
10
* Bug fixes
README.md
@@ -21,7 +21,7 @@ include `circuits_gpio` as a dependency in your `mix.exs` like this:
21
22
```elixir
23
def deps do
24
- [{:circuits_gpio, "~> 0.1"}]
+ [{:circuits_gpio, "~> 0.4"}]
25
end
26
```
27
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project
- @version "0.4.1"
+ @version "0.4.2"
@source_url "https://github.com/elixir-circuits/circuits_gpio"
{:ok, system_version} = Version.parse(System.version())
0 commit comments