Skip to content

Commit a3ec525

Browse files
committed
v0.11.1 release
1 parent b902229 commit a3ec525

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.11.1 - 2023-12-19
4+
5+
* Updates
6+
* Add 64-bit RPi Zero 2W (`rpi0_2`). 32-bit mode was supported before via
7+
`rpi3a`, but this enables the JIT
8+
* Add RPi 5 (`rpi5`). This port is current experimental
9+
* Update Nerves systems to nerves_system_br 1.25.2 versions
10+
* Erlang 26.1.2
11+
* Buildroot 2023.08.4
12+
* Linux 6.1 on all Raspberry Pi and BBB ports
13+
* Update Elixir to 1.15.7
14+
* Update all dependencies to their latest versions
15+
316
## v0.11.0 - 2023-10-09
417

518
* Updates

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do
22
use Mix.Project
33

44
@app :nerves_livebook
5-
@version "0.11.0"
5+
@version "0.11.1"
66
@source_url "https://github.com/nerves-livebook/nerves_livebook"
77

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

0 commit comments

Comments
 (0)