Update for new clojars release

This commit is contained in:
Joshua Suskalo 2021-09-29 10:55:05 -05:00
parent b01f4229e5
commit b3864c7697
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
## [Unreleased]
## [0.1.176] - 2021-09-29
### Fixed
- Usage of `defcfn` without a docstring produced an invalid `def` form

View file

@ -17,7 +17,7 @@ This library is available on Clojars. Add one of the following entries to the
`:deps` key of your `deps.edn`:
```clojure
org.suskalo/coffi {:mvn/version "0.1.169"}
org.suskalo/coffi {:mvn/version "0.1.176"}
io.github.IGJoshua/coffi {:git/tag "v0.1.169" :git/sha "7ec2748"}
```