From a10da924032c7ec5b91a07e1e9b010cb8cb51718 Mon Sep 17 00:00:00 2001 From: Huahai Yang Date: Thu, 17 Sep 2020 23:39:20 -0700 Subject: [PATCH] Version 0.3.8 --- 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 0f80948e..3c93a378 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.8 ### Fixed - Correctly handle `init-max-eid` for large values as well. diff --git a/README.md b/README.md index 875cb55e..2082ca9a 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.7 +Version: 0.3.8 ## License diff --git a/project.clj b/project.clj index 3046d6d2..7bd10f4e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def version "0.3.7") +(def version "0.3.8") (defproject datalevin version :description "A simple, fast and durable Datalog database"