Skip to content

Commit

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

## v0.7.0 - 2022-10-09

* Updates
* Update Livebook to [v0.7.1](https://github.com/livebook-dev/livebook/blob/main/CHANGELOG.md#v071-2022-10-09)
* Update Nerves systems to `nerves_system_br` 1.20.6 versions
* Update Nerves to v1.9.1

## v0.6.5 - 2022-08-29

* Updates
Expand All @@ -17,7 +24,7 @@
* Update Nerves systems to `nerves_system_br` 1.20.4 versions. This includes
Erlang/OTP 25.0.3, Buildroot 2022.05, and GCC 11.3.
* Fix warnings when building in host mode. (Thanks @axelson)
* Update depencies to latest versions
* Update dependencies to latest versions
* Add preliminary support for srhub devices

## v0.6.3 - 2022-07-08
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.5"
@version "0.7.0"

@rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4]
@all_targets @rpi_targets ++
Expand Down

0 comments on commit da89ebb

Please sign in to comment.