Skip to content

Commit

Permalink
Version 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jul 28, 2020
1 parent 065a3f4 commit 7e54ac9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# 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
## Added
- database replication
## 0.2.10

## Fixed
- correct results when there are more than 8 clauses
- correct query result size

## 0.2.9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,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.9
Version: 0.2.10

## License

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.2.9")
(def version "0.2.10")

(defproject datalevin version
:description "A simple, fast and durable Datalog database"
Expand Down

0 comments on commit 7e54ac9

Please sign in to comment.