Skip to content

Commit 9c7af80

Browse files
committed
v0.4.2 release
1 parent 16a46ee commit 9c7af80

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## v0.4.2
4+
5+
* Bug fixes
6+
* Fix pullup/pulldown support for the Raspberry Pi 4
7+
38
## v0.4.1
49

510
* Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include `circuits_gpio` as a dependency in your `mix.exs` like this:
2121

2222
```elixir
2323
def deps do
24-
[{:circuits_gpio, "~> 0.1"}]
24+
[{:circuits_gpio, "~> 0.4"}]
2525
end
2626
```
2727

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 "0.4.1"
4+
@version "0.4.2"
55
@source_url "https://github.com/elixir-circuits/circuits_gpio"
66

77
{:ok, system_version} = Version.parse(System.version())

0 commit comments

Comments
 (0)