From eea7fed4a4749597fb570424b6d466cd6050f44f Mon Sep 17 00:00:00 2001 From: Huahai Yang Date: Fri, 25 Sep 2020 15:05:14 -0700 Subject: [PATCH] Version 0.3.9 --- CHANGELOG.md | 2 +- README.md | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1adf65..50a828c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## WIP +## 0.3.9 ### Changed - Remove unnecessary locks in read transaction - Improved error message and documentation for managing LMDB connection diff --git a/README.md b/README.md index abd46377..b51ec512 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ If you are interested in using the dialect of Datalog pioneered by DatomicĀ®, he * If you need a simple and fast durable store with a battle tested backend, give [Datalevin](https://github.com/juji-io/datalevin) a try. -Version: 0.3.8 +Version: 0.3.9 ## License diff --git a/project.clj b/project.clj index 44b11d8e..e19e6bf7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def version "0.3.8") +(def version "0.3.9") (defproject datalevin version :description "A simple, fast and durable Datalog database"