From bd4d3210ae8a356d982f49be398a05e76b13905a Mon Sep 17 00:00:00 2001 From: Huahai Yang Date: Thu, 20 Aug 2020 14:17:22 -0700 Subject: [PATCH] Version 0.2.18 --- 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 a5ee55e2..1fc47d1f 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.2.18 ### Fixed - correctly handle `false` value as `:data` diff --git a/README.md b/README.md index ecf97d1f..08903d62 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,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.2.17 +Version: 0.2.18 ## License diff --git a/project.clj b/project.clj index 5d836340..d2043d5d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def version "0.2.17") +(def version "0.2.18") (defproject datalevin version :description "A simple, fast and durable Datalog database"