Skip to content

Commit f48b567

Browse files
committed
v0.5.6 release
1 parent 7ba9c19 commit f48b567

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.5.6 - 2022-03-03
4+
5+
* Updates
6+
* Various small improvements for the GRiSP 2
7+
* Add support for the Beaglebone Green Gateway (bbb target)
8+
* Update to Erlang 24.2.2
9+
310
## v0.5.5 - 2022-02-28
411

512
* 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.5"
5+
@version "0.5.6"
66

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

0 commit comments

Comments
 (0)