Skip to content

Commit

Permalink
Bump persistent-sorted-set to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Aug 3, 2021
1 parent dd584b4 commit 28b24e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# WIP

- Allow specifying tuples in inserts/upserts when their value fully matches all the attrs in DB #400
- Bump persistent-sorted-set to 0.1.4

# 1.2.3

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
:deps {
persistent-sorted-set/persistent-sorted-set {:mvn/version "0.1.3"}
persistent-sorted-set/persistent-sorted-set {:mvn/version "0.1.4"}
}

:aliases {
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:dependencies [
[org.clojure/clojure "1.10.2" :scope "provided"]
[org.clojure/clojurescript "1.10.520" :scope "provided"]
[persistent-sorted-set "0.1.3"]
[persistent-sorted-set "0.1.4"]
]

:plugins [
Expand Down

0 comments on commit 28b24e9

Please sign in to comment.