Skip to content

Commit

Permalink
Moving to release 1.2.0 to reflect new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Aug 19, 2020
1 parent e8e5d4c commit 419ce18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [1.1.1] - 2020-08-19
## [1.2.0] - 2020-08-19
### Added
- User planning can now be selected with query options. Add `:planner :user` to the end of the query arguments.
- `optional` operator, as per the [SPARQL OPTIONAL](https://www.w3.org/TR/sparql11-query/#optionals) operation.
Expand Down Expand Up @@ -43,5 +43,5 @@
### Added
- Introduced Update Annotations

[Unreleased]: https://github.com/threatgrid/asami/compare/1.1.1...HEAD
[1.1.1]: https://github.com/threatgrid/asami/compare/1.1.0...1.1.1
[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.0...HEAD
[1.2.0]: https://github.com/threatgrid/asami/compare/1.1.0...1.2.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 "1.1.1"}
org.clojars.quoll/asami {:mvn/version "1.2.0"}
}
}
```
Expand All @@ -37,7 +37,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 "1.1.1"]
[org.clojars.quoll/asami "1.2.0"]
```

### Running
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 "1.1.1"
(defproject org.clojars.quoll/asami "1.2.0"
: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 419ce18

Please sign in to comment.