Skip to content

Commit 33a01da

Browse files
committed
v0.3.0 release
1 parent d257e50 commit 33a01da

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ follows:
1212
releases, and Linux kernel updates. They're also made to fix bugs and add
1313
features to the build infrastructure.
1414

15+
## v0.3.0
16+
17+
This is a major Erlang and Buildroot.
18+
19+
Please see the [nerves_system_br v1.28.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.0)
20+
for upgrade instructions if you've forked this system.
21+
22+
* Changes
23+
* Elixir 1.17 and Erlang/OTP 27 support
24+
* Reduce copy/pasted definitions in the `fwup.conf` by extracting them to
25+
`fwup_include/fwup-common.conf`. (No functional changes)
26+
27+
* Fixes
28+
* The serial numbers returned by `Nerves.Runtime.serial_number/0` now contain
29+
the whole serial number. If you forked this system, check the
30+
`boardid.config` and `erlinit.config` for the changes and to keep the
31+
hostname the same.
32+
33+
* Updated dependencies
34+
* Linux 6.6.31 (Raspberry Pi stable_20240529 release)
35+
* [nerves_system_br v1.28.1](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.1)
36+
* [Buildroot 2024.05](https://lore.kernel.org/buildroot/[email protected]/T/)
37+
* [Erlang/OTP 27.0](https://erlang.org/download/OTP-27.0.README)
38+
1539
## v0.2.1
1640

1741
This is a security/bug fix update.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

0 commit comments

Comments
 (0)