We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b626c commit f763d01Copy full SHA for f763d01
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# WIP
+# 0.18.0
2
3
- Fixed DB and Datom pprinting (#287)
4
- Fixed cases when upsert resolves to tempid (#285)
project.clj
-(def version "0.17.2")
+(def version "0.18.0")
(defproject datascript (str version (System/getenv "DATASCRIPT_CLASSIFIER"))
:description "An implementation of Datomic in-memory database and Datalog query engine in ClojureScript"
0 commit comments