Skip to content

Commit

Permalink
Version 0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jan 13, 2021
1 parent 4f61088 commit f03dfe2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +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/).

## 0.3.17
### Changed
- Improve Java interop call performance

## 0.3.16
### Changed
- Allow Java interop calls in where clauses, e.g. `[(.getTime ?date) ?timestamp]`, `[(.after ?date1 ?date2)]`, where the date variables are `:db.type/instance`. [#32]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,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.3.16
Version: 0.3.17

## 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.3.16")
(def version "0.3.17")

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

0 comments on commit f03dfe2

Please sign in to comment.