Skip to content

Commit 10a21c6

Browse files
author
Paula Gearon
committed
Bumping version
1 parent 1bbc892 commit 10a21c6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.2.2] - 2021-10-19
4+
### Added
5+
- Added a new `:input-limit` option to transact. When included, the transaction will attempt to keep at or below this number of triples.
6+
37
## [2.2.1] - 2021-10-16
48
### Fixed
59
- Accepting java.time.Instant objects on the `since` and `as-of` database functions.
@@ -285,7 +289,8 @@
285289
### Added
286290
- Introduced Update Annotations
287291

288-
[Unreleased]: https://github.com/threatgrid/asami/compare/2.2.1...HEAD
292+
[Unreleased]: https://github.com/threatgrid/asami/compare/2.2.2...HEAD
293+
[2.2.2]: https://github.com/threatgrid/asami/compare/2.2.1...2.2.2
289294
[2.2.1]: https://github.com/threatgrid/asami/compare/2.2.0...2.2.1
290295
[2.2.0]: https://github.com/threatgrid/asami/compare/2.1.3...2.2.0
291296
[2.1.3]: https://github.com/threatgrid/asami/compare/2.1.2...2.1.3

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Asami can be made available to clojure by adding the following to a `deps.edn` f
3232
```clojure
3333
{
3434
:deps {
35-
org.clojars.quoll/asami {:mvn/version "2.2.1"}
35+
org.clojars.quoll/asami {:mvn/version "2.2.2"}
3636
}
3737
}
3838
```
@@ -41,7 +41,7 @@ This makes Asami available to a repl that is launched with the `clj` or `clojure
4141

4242
Alternatively, Asami can be added for the Leiningen build tool by adding this to the `:dependencies` section of the `project.clj` file:
4343
```clojure
44-
[org.clojars.quoll/asami "2.2.1"]
44+
[org.clojars.quoll/asami "2.2.2"]
4545
```
4646

4747
### Important Note for databases before 2.1.0

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.quoll/asami "2.2.2-SNAPSHOT"
1+
(defproject org.clojars.quoll/asami "2.2.2"
22
:description "An in memory graph store for Clojure and ClojureScript"
33
:url "http://github.com/threatgrid/asami"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)