Skip to content

Commit bc0fc5c

Browse files
committed
v0.33.0 release
1 parent 77192dd commit bc0fc5c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v0.33.0
4+
5+
This is a major Erlang and Buildroot.
6+
7+
Please see the [nerves_system_br v1.28.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.0)
8+
for upgrade instructions if you've forked this system.
9+
10+
* Changes
11+
* Elixir 1.17 and Erlang/OTP 27 support
12+
* Reduce copy/pasted definitions in the `fwup.conf` by extracting them to
13+
`fwup_include/fwup-common.conf`. (No functional changes)
14+
15+
* Fixes
16+
* The serial numbers returned by `Nerves.Runtime.serial_number/0` now contain
17+
the whole serial number. If you forked this system, check the
18+
`boardid.config` and `erlinit.config` for the changes and to keep the
19+
hostname the same.
20+
21+
* Updated dependencies
22+
* [nerves_system_br v1.28.1](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.1)
23+
* [Buildroot 2024.05](https://lore.kernel.org/buildroot/[email protected]/T/)
24+
* [Erlang/OTP 27.0](https://erlang.org/download/OTP-27.0.README)
25+
326
## v0.32.1
427

528
This is a security/bug fix update.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.32.1
1+
0.33.0

0 commit comments

Comments
 (0)