From deb14f860f682eaf501a34c93f9a323be4e4f369 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 24 Aug 2022 14:42:02 -0400 Subject: [PATCH] v0.2.1 release --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7914066..7245e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.2.1 + +* New features + * Automatic persistence and snapshots for PropertyTables. This makes it + possible to use `PropertyTable` for small key/value stores like those for + storing runtime settings especially for Nerves devices. PropertyTable + protects against corruption and unexpected reboots that happen mid-write. + ## v0.2.0 * Backwards incompatible changes diff --git a/mix.exs b/mix.exs index 5a6f0f9..2d15093 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PropertyTable.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" @source_url "https://github.com/nerves-project/property_table" def project do