Skip to content

Commit f70bc8d

Browse files
committed
v0.4.1 release
1 parent 83a21e3 commit f70bc8d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.4.1
4+
5+
Updates:
6+
7+
* Update Nerves systems to latest (`nerves_system_br v1.13.5`-based)
8+
* Raspberry Pi 4 now runs in 64-bit mode
9+
* Path autocompletion at IEx prompt
10+
311
## v0.4.0
412

513
Updates:

mix.exs

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

88
def project do

0 commit comments

Comments
 (0)