Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Apr 8, 2021
1 parent b7003c8 commit fd63e97
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 @@ -2,6 +2,13 @@

## [Unreleased]

## [0.6.2] - 2021-04-08
### Changed
- Updated to ClojureScript 1.10.844

### Fixed
- Errors in the README

## [0.6.1] - 2021-03-31
### Fixed
- localStore option for i/o.
Expand Down Expand Up @@ -114,7 +121,8 @@
### Added
- Extracted from Asami/Naga

[Unreleased]: https://github.com/threatgrid/zuko/compare/0.6.1...HEAD
[Unreleased]: https://github.com/threatgrid/zuko/compare/0.6.2...HEAD
[0.6.2]: https://github.com/threatgrid/zuko/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/threatgrid/zuko/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/threatgrid/zuko/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/threatgrid/zuko/compare/0.5.0...0.5.1
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.5.1"]
[org.clojars.quoll/zuko "0.6.2"]
```

In `deps.edn`:

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

0 comments on commit fd63e97

Please sign in to comment.