Skip to content

Commit 8dea92a

Browse files
committed
v0.4.0 release
1 parent a5a276b commit 8dea92a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.0
4+
5+
Updates:
6+
7+
* Add support for the OSD32MP1
8+
* Update to use `nerves_ssh` and properly support username/password access to
9+
the device
10+
* Build with Elixir 1.11.1
11+
* Update Nerves systems to latest (`nerves_system_br v1.13.2`-based)
12+
313
## v0.3.0
414

515
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.3.0"
5+
@version "0.4.0"
66
@all_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4, :bbb, :osd32mp1, :x86_64]
77

88
def project do

0 commit comments

Comments
 (0)