Skip to content

Commit

Permalink
v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 24, 2022
1 parent de1a5df commit deb14f8
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

## 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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit deb14f8

Please sign in to comment.