Skip to content

Commit

Permalink
Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jul 20, 2020
1 parent 376ddd8 commit f083925
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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.4
## Fixed
- avoid lock primitive
- avoid locking primitive
- create all parent directories if necessary

## 0.2.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Version: 0.2.4

## 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.3")
(def version "0.2.4")

(defproject datalevin version
:description "A port of Datascript to LMDB"
Expand Down

0 comments on commit f083925

Please sign in to comment.