Skip to content

Commit

Permalink
v0.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 23, 2025
1 parent 71d859e commit 4d76cea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.14.2 - 2025-01-22

* Updates
* Update Nerves systems to [nerves_system_br v1.29.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.29.3)
* Add support for the RPi CM5 and other BCM2712 D0 silicon RPi5's
* Update to Elixir 1.18.2 and Erlang/OTP 27.2
* Update all dependencies

## v0.14.1 - 2024-11-28

* 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.14.1"
@version "0.14.2"
@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 4d76cea

Please sign in to comment.