Skip to content

Commit 18de664

Browse files
committed
v0.4.11 release
1 parent 653ebf7 commit 18de664

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.11 - 2022-02-13
4+
5+
Updates:
6+
7+
* Update to `nerves_system_br v1.18.4`-based systems (Erlang/OTP 24.2.1)
8+
* Update `circuits_spi` to support devices that need the least significant bit
9+
first
10+
311
## v0.4.10 - 2022-01-16
412

513
Updates:

mix.exs

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

44
@app :circuits_quickstart
5-
@version "0.4.10"
5+
@version "0.4.11"
66
@all_targets [
77
:rpi,
88
:rpi0,

0 commit comments

Comments
 (0)