Skip to content

Commit e24cd12

Browse files
committed
v0.5.4 release
1 parent f09a5cb commit e24cd12

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.5.4 - 2022-02-18
4+
5+
* Updates
6+
* Update Nerves Systems to `nerves_system_br` 1.18.4 versions. This brings in
7+
Buildroot and Erlang patch releases.
8+
* Add `picam` for devices that support it (Raspberry Pi Zero, A, B, 2, and 3).
9+
10+
* Fixes
11+
* Fix import via file upload
12+
313
## v0.5.3 - 2022-02-05
414

515
* Updates

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do
22
use Mix.Project
33

44
@app :nerves_livebook
5-
@version "0.5.3"
5+
@version "0.5.4"
66

77
@rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4]
88
@all_targets @rpi_targets ++ [:bbb, :osd32mp1, :x86_64, :npi_imx6ull]

0 commit comments

Comments
 (0)