Skip to content

Commit

Permalink
v0.13.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 16, 2024
1 parent f183ff5 commit c83c0b9
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.13.7 - 2024-01-15

* Changes
* Add `Nerves.Runtime.Heart.guarded_immediate_reboot/0` to ungracefully reboot.
* Modify `Nerves.Runtime.FwupOps.factory_reset/1` to immediately reboot to
avoid a graceful shutdown unintentionally partially undoing the factory
reset work.
* Default EXT4 application partitions to remount read-only when formatted.
This changes the behavior from file I/O returning file system corruption
errors to file I/O returning read-only filesystem errors. The change was
made for consistency with F2FS and to lock things down as soon as corruption
was detected.

## v0.13.6 - 2023-11-10

* Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Nerves.Runtime.MixProject do
use Mix.Project

@version "0.13.6"
@version "0.13.7"
@source_url "https://github.com/nerves-project/nerves_runtime"

def project do
Expand Down

0 comments on commit c83c0b9

Please sign in to comment.