Skip to content

Commit

Permalink
Updated to Zuko 0.3.3, releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Dec 15, 2020
1 parent 4665455 commit 124767d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.2.8] - 2020-12-14
### Changed
- Updated to Zuko 0.3.3 for performance improvement in loading entities.

## [1.2.7] - 2020-12-03
### Added
- Added support for variables to be used as functions in filters. Previously this was only possible in bindings.
Expand Down Expand Up @@ -85,7 +89,8 @@
### Added
- Introduced Update Annotations

[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.7...HEAD
[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.8...HEAD
[1.2.8]: https://github.com/threatgrid/asami/compare/1.2.7...1.2.8
[1.2.7]: https://github.com/threatgrid/asami/compare/1.2.6...1.2.7
[1.2.6]: https://github.com/threatgrid/asami/compare/1.2.5...1.2.6
[1.2.5]: https://github.com/threatgrid/asami/compare/1.2.4...1.2.5
Expand Down
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.2.7"}
org.clojars.quoll/asami {:mvn/version "1.2.8"}
}
}
```
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.2.7"]
[org.clojars.quoll/asami "1.2.8"]
```

### Running
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.quoll/asami "1.2.7"
(defproject org.clojars.quoll/asami "1.2.8"
:description "An in memory graph store for Clojure and ClojureScript"
:url "http://github.com/threatgrid/asami"
:license {:name "Eclipse Public License"
Expand All @@ -7,7 +7,7 @@
[org.clojure/clojurescript "1.10.773"]
[prismatic/schema "1.1.12"]
[org.clojure/core.cache "0.8.2"]
[org.clojars.quoll/zuko "0.3.2"]]
[org.clojars.quoll/zuko "0.3.3"]]
:plugins [[lein-cljsbuild "1.1.7"]
[cider/cider-nrepl "0.24.0"]]
:cljsbuild {
Expand Down

0 comments on commit 124767d

Please sign in to comment.