Skip to content

Commit

Permalink
bumped version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Mar 12, 2021
1 parent b13f92f commit 701daee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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]

## [0.4.6] - 2021-03-12
### Added
- Lookup refs in entity values.

## [0.4.5] - 2021-03-11
### Changed
- Datatype testing with schema now allows various datatypes throughout query patterns.
Expand Down Expand Up @@ -88,7 +92,8 @@
### Added
- Extracted from Asami/Naga

[Unreleased]: https://github.com/threatgrid/zuko/compare/0.4.5...HEAD
[Unreleased]: https://github.com/threatgrid/zuko/compare/0.4.6...HEAD
[0.4.6]: https://github.com/threatgrid/zuko/compare/0.4.5...0.4.6
[0.4.5]: https://github.com/threatgrid/zuko/compare/0.4.4...0.4.5
[0.4.3]: https://github.com/threatgrid/zuko/compare/0.4.3...0.4.4
[0.4.3]: https://github.com/threatgrid/zuko/compare/0.4.2...0.4.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Include a dependency to this library.
In Leiningen:

```clojure
[org.clojars.quoll/zuko "0.4.0"]
[org.clojars.quoll/zuko "0.4.6"]
```

In `deps.edn`:

```clojure
{
:deps {
org.clojars.quoll/zuko {:mvn/version "0.4.0"}
org.clojars.quoll/zuko {:mvn/version "0.4.6"}
}
}
```
Expand Down

0 comments on commit 701daee

Please sign in to comment.