From 66fa7db82bf63936701885e92e1c2ed592d391f7 Mon Sep 17 00:00:00 2001 From: Travis Harrison Date: Mon, 30 Apr 2018 11:20:10 -0500 Subject: [PATCH] update version / notes --- RELEASE_NOTES.txt | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 225325b8..9782288b 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,3 +1,11 @@ +# v0.9.25 + +- add node lock to index and acl actions +- fix missing last record index if no ending newline +- made record index parser more robust +- improved error handling and messages +- remove unused index.ReadRaw functions + # v0.9.24 - only save node state at end of update diff --git a/VERSION b/VERSION index f76e5a80..f5b38be1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.24 \ No newline at end of file +0.9.25 \ No newline at end of file