From 944ad550ea5a481ef6148329d5654fc61c3b65c9 Mon Sep 17 00:00:00 2001 From: Huahai Yang Date: Tue, 21 Jul 2020 10:02:29 -0700 Subject: [PATCH] Version 0.2.6 --- 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 7ecf89e4..9f120bf7 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.6 ## Fixed - update existing schema instead of creating new ones diff --git a/README.md b/README.md index 76e123d7..167d6730 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,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.5 +Version: 0.2.6 ## License diff --git a/project.clj b/project.clj index c7d590ad..c25aaa49 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def version "0.2.5") +(def version "0.2.6") (defproject datalevin version :description "A port of Datascript to LMDB"