Skip to content

Commit

Permalink
v0.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 19, 2023
1 parent b902229 commit a3ec525
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.11.1 - 2023-12-19

* Updates
* Add 64-bit RPi Zero 2W (`rpi0_2`). 32-bit mode was supported before via
`rpi3a`, but this enables the JIT
* Add RPi 5 (`rpi5`). This port is current experimental
* Update Nerves systems to nerves_system_br 1.25.2 versions
* Erlang 26.1.2
* Buildroot 2023.08.4
* Linux 6.1 on all Raspberry Pi and BBB ports
* Update Elixir to 1.15.7
* Update all dependencies to their latest versions

## v0.11.0 - 2023-10-09

* 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.11.0"
@version "0.11.1"
@source_url "https://github.com/nerves-livebook/nerves_livebook"

@rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4, :rpi0_2, :rpi5]
Expand Down

0 comments on commit a3ec525

Please sign in to comment.