Skip to content

Commit 5565f60

Browse files
committed
v0.5.7 release
1 parent 3a986d4 commit 5565f60

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.5.7 - 2022-03-18
4+
5+
* Updates
6+
* Update to Erlang 24.3.2
7+
* Various modest boot time improvements in dependent libraries
8+
39
## v0.5.6 - 2022-03-03
410

511
* 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.6"
5+
@version "0.5.7"
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)