Skip to content

Commit

Permalink
v1.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 5, 2023
1 parent abe87e4 commit 40addc0
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

## v1.13.0

* New features
* Save and restore random number seeds with [SeedRNG](https://git.zx2c4.com/seedrng/tree/README.md).
This saves seeds to `/root/seedrng` since that's a persisted, writable
location on Nerves. If not using Nerves, this location can be changed at
compile-time using `LOCALSTATEDIR`.

## v1.12.3

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.12.3
VERSION=1.13.0

CFLAGS+=-Wall -Wextra -O2

Expand Down

0 comments on commit 40addc0

Please sign in to comment.