Skip to content

Commit

Permalink
Releasing 1.2.15 for Zuko bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Feb 20, 2021
1 parent 96c12cd commit 3d71069
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 @@ -3,6 +3,10 @@
## [Unreleased]
Nothing

## [1.2.15] - 2021-02-19
### Fixed
- Bugfix for multigraph entities

## [1.2.14] - 2021-02-18
### Changed
- Removed Clojurescript from the dependency tree of the generated artifacts.
Expand Down Expand Up @@ -120,7 +124,8 @@ Nothing
### Added
- Introduced Update Annotations

[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.14...HEAD
[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.15...HEAD
[1.2.15]: https://github.com/threatgrid/asami/compare/1.2.14...1.2.15
[1.2.14]: https://github.com/threatgrid/asami/compare/1.2.13...1.2.14
[1.2.13]: https://github.com/threatgrid/asami/compare/1.2.12...1.2.13
[1.2.12]: https://github.com/threatgrid/asami/compare/1.2.11...1.2.12
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.14"}
org.clojars.quoll/asami {:mvn/version "1.2.15"}
}
}
```
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.14"]
[org.clojars.quoll/asami "1.2.15"]
```

### Running
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject org.clojars.quoll/asami "1.2.14"
(defproject org.clojars.quoll/asami "1.2.15"
:description "An in memory graph store for Clojure and ClojureScript"
:url "http://github.com/threatgrid/asami"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.2"]
[prismatic/schema "1.1.12"]
[org.clojure/core.cache "0.8.2"]
[org.clojars.quoll/zuko "0.4.1"]]
[org.clojars.quoll/zuko "0.4.2"]]
:plugins [[lein-cljsbuild "1.1.8"]]
:profiles {
:dev {
Expand Down

0 comments on commit 3d71069

Please sign in to comment.