Skip to content

Commit

Permalink
v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 17, 2023
1 parent bfe952b commit d939bdc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.8.1 - 2023-01-17

IMPORTANT: The MangoPi MQ Pro has a major update that makes it non-backwards
compatible despite this release's version number. This is due to hacks to
support it being removed that unfortunately caused the MicroSD card contents to
be changed. Please move your work off your current MicroSD cards and re-flash
it. Upgrading is not supported.


* Updates
* Update Nerves systems to `nerves_system_br` 1.22.1 versions (Buildroot 2022.11)
* Update MangoPi MQ Pro to Linux 6.1
* Switch MangoPi MQ Pro from Musl Libc to Glibc (better Rust support)
* Update all toolchains to use GCC 12.2
* Update all provided mix libraries to their latest

## v0.8.0 - 2022-12-19

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

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

0 comments on commit d939bdc

Please sign in to comment.