From 4dfd028d9235a75a22f572a0d210afd5a35c7d2c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 8 Mar 2017 15:38:39 +0100 Subject: Ready for plop-0.10.2. --- NEWS.md | 7 +++++++ ebin/plop.app | 2 +- merge/ebin/merge.app | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index bb05716..c0a3e01 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Changes in plop 0.10.2 - 2017-03-08 + +## Bug fixes + +- Don't corrupt internal tree structure when evaluating a version zero + tree (closes CATLFISH-100). + # Changes in plop 0.10.1 - 2017-02-11 ## Bug fixes diff --git a/ebin/plop.app b/ebin/plop.app index c3308fa..06bdca3 100644 --- a/ebin/plop.app +++ b/ebin/plop.app @@ -5,7 +5,7 @@ {application, plop, [{description, "The plop store"}, - {vsn, "0.10.1"}, + {vsn, "0.10.2"}, {modules, [plop_app, plop_sup, plop, db, ht, hex, tlv]}, {applications, [kernel, stdlib]}, % crypto, public_key {registered, [plop, ht, db]}, diff --git a/merge/ebin/merge.app b/merge/ebin/merge.app index 7d2a9f4..7002c64 100644 --- a/merge/ebin/merge.app +++ b/merge/ebin/merge.app @@ -5,7 +5,7 @@ {application, merge, [{description, "Plop merge"}, - {vsn, "0.10.1"}, + {vsn, "0.10.2"}, {modules, [merge_app, merge_dist, merge_dist_sup, merge_sup]}, {applications, [kernel, stdlib, lager, plop]}, {registered, [merge_dist, merge_dist_sup, merge_sup]}, -- cgit v1.1