From 11c3d75c693843aa05dd562eb49012c0523545df Mon Sep 17 00:00:00 2001 From: Huahai Yang Date: Sat, 18 Jul 2020 19:53:18 -0700 Subject: [PATCH] Version 0.2.2 --- 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 3212b71e..da3df2e8 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.2 ## Changed - merge `query/join-tuples` optimization https://github.com/tonsky/datascript/pull/203 - use `db/-first` instead of `(first (db/-datom ..))`, `db/-populated?` instead of `(not-empty (db/-datoms ..)`, as they do not realize the results hence faster. diff --git a/README.md b/README.md index 26cc9d5e..aeb05b9f 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ If you are interested in using the dialect of Datalog pioneered by DatomicĀ®, he * If you need a simple durable store with a battle tested backend, give [Datalevin](https://github.com/juji-io/datalevin) a try. -Version: 0.2.1 +Version: 0.2.2 ## License diff --git a/project.clj b/project.clj index 6858e838..524b1662 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def version "0.2.1") +(def version "0.2.2") (defproject datalevin version :description "A port of Datascript to LMDB"