Skip to content

Commit

Permalink
v0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 19, 2022
1 parent f09a5cb commit e24cd12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.5.4 - 2022-02-18

* Updates
* Update Nerves Systems to `nerves_system_br` 1.18.4 versions. This brings in
Buildroot and Erlang patch releases.
* Add `picam` for devices that support it (Raspberry Pi Zero, A, B, 2, and 3).

* Fixes
* Fix import via file upload

## v0.5.3 - 2022-02-05

* Updates
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do
use Mix.Project

@app :nerves_livebook
@version "0.5.3"
@version "0.5.4"

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

0 comments on commit e24cd12

Please sign in to comment.