Skip to content

Commit

Permalink
v0.5.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 3, 2022
1 parent 7ba9c19 commit f48b567
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.5.6 - 2022-03-03

* Updates
* Various small improvements for the GRiSP 2
* Add support for the Beaglebone Green Gateway (bbb target)
* Update to Erlang 24.2.2

## v0.5.5 - 2022-02-28

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

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

0 comments on commit f48b567

Please sign in to comment.