Skip to content

Commit

Permalink
Releasing 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Sep 10, 2021
1 parent 641379c commit 4a07a2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.1.3] - 2021-09-10
### Added
- OR expressions no longer require the same variable bindings for each sub-expression

## [2.1.2] - 2021-08-18
### Added
- Queries now test that projected variables in the `:find` clause appear in the `:where` clause.
Expand Down Expand Up @@ -269,7 +273,8 @@
### Added
- Introduced Update Annotations

[Unreleased]: https://github.com/threatgrid/asami/compare/2.1.2...HEAD
[Unreleased]: https://github.com/threatgrid/asami/compare/2.1.3...HEAD
[2.1.3]: https://github.com/threatgrid/asami/compare/2.1.2...2.1.3
[2.1.2]: https://github.com/threatgrid/asami/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/threatgrid/asami/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/threatgrid/asami/compare/2.0.6...2.1.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Asami can be made available to clojure by adding the following to a `deps.edn` f
```clojure
{
:deps {
org.clojars.quoll/asami {:mvn/version "2.1.2"}
org.clojars.quoll/asami {:mvn/version "2.1.3"}
}
}
```
Expand All @@ -41,7 +41,7 @@ This makes Asami available to a repl that is launched with the `clj` or `clojure

Alternatively, Asami can be added for the Leiningen build tool by adding this to the `:dependencies` section of the `project.clj` file:
```clojure
[org.clojars.quoll/asami "2.1.2"]
[org.clojars.quoll/asami "2.1.3"]
```

### Important Note for databases before 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.quoll/asami "2.1.2"
(defproject org.clojars.quoll/asami "2.1.3"
:description "An in memory graph store for Clojure and ClojureScript"
:url "http://github.com/threatgrid/asami"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 4a07a2a

Please sign in to comment.