Skip to content

Commit f763d01

Browse files
committed
Version 0.18.0
1 parent c6b626c commit f763d01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WIP
1+
# 0.18.0
22

33
- Fixed DB and Datom pprinting (#287)
44
- Fixed cases when upsert resolves to tempid (#285)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def version "0.17.2")
1+
(def version "0.18.0")
22

33
(defproject datascript (str version (System/getenv "DATASCRIPT_CLASSIFIER"))
44
:description "An implementation of Datomic in-memory database and Datalog query engine in ClojureScript"

0 commit comments

Comments
 (0)