Skip to content

Commit

Permalink
Release info updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Feb 4, 2021
1 parent 7c30602 commit 8c46884
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## [Unreleased]
Nothing

## [1.2.13] - 2021-02-03
### Added
- Some Trace and Debug level logging for transactions and queries.

### Changed
- Moved to Zuko 0.4.0.

## [1.2.12] - 2021-01-19
### Added
- Bindings and Filters are now restricted by default. Introduced `asami.query/*override-restrictions*` flag to avoid restrictions.
Expand Down Expand Up @@ -109,7 +116,8 @@ Nothing
### Added
- Introduced Update Annotations

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

### Running
Expand Down

0 comments on commit 8c46884

Please sign in to comment.