Skip to content

Commit 40addc0

Browse files
committed
v1.13.0 release
1 parent abe87e4 commit 40addc0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.13.0
4+
5+
* New features
6+
* Save and restore random number seeds with [SeedRNG](https://git.zx2c4.com/seedrng/tree/README.md).
7+
This saves seeds to `/root/seedrng` since that's a persisted, writable
8+
location on Nerves. If not using Nerves, this location can be changed at
9+
compile-time using `LOCALSTATEDIR`.
10+
311
## v1.12.3
412

513
* Bug fixes

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=1.12.3
1+
VERSION=1.13.0
22

33
CFLAGS+=-Wall -Wextra -O2
44

0 commit comments

Comments
 (0)