Skip to content

Commit

Permalink
v0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 16, 2022
1 parent fee2175 commit 9ab196e
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.4.2 - 2022-01-16

* Updates
* Add `req` to the built-in hex packages
* Update Nerves Systems to `nerves_system_br` 1.18.3 versions. This brings in
a `cpufreq` fix, OpenMP support, and CMake support
* Update Elixir to 1.13.2

## v0.4.1 - 2021-12-31

* 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.4.1"
@version "0.4.2"

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

0 comments on commit 9ab196e

Please sign in to comment.