Skip to content

Commit

Permalink
v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 26, 2022
1 parent 060fadd commit 67282a5
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.6.2 - 2022-05-26

* Updates
* Update to Erlang 25.0 - Enables JIT on Raspberry Pi 4!
* Update Nerves systems to `nerves_system_br` 1.19.0 versions to bring in
security and bug fixes

## v0.6.1 - 2022-05-20

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

@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 67282a5

Please sign in to comment.