Skip to content

Commit

Permalink
v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 7, 2022
1 parent 03e87ec commit f4c265f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.6.0 - 2022-05-07

* Updates
* Update Livebook to [v0.6.1](https://github.com/livebook-dev/livebook/blob/main/CHANGELOG.md#v061-2022-05-06)

## v0.5.7 - 2022-03-18

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

@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 f4c265f

Please sign in to comment.