Update for new clojars release
This commit is contained in:
parent
b01f4229e5
commit
b3864c7697
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Change Log
|
# 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/).
|
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
|
### Fixed
|
||||||
- Usage of `defcfn` without a docstring produced an invalid `def` form
|
- Usage of `defcfn` without a docstring produced an invalid `def` form
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ This library is available on Clojars. Add one of the following entries to the
|
||||||
`:deps` key of your `deps.edn`:
|
`:deps` key of your `deps.edn`:
|
||||||
|
|
||||||
```clojure
|
```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"}
|
io.github.IGJoshua/coffi {:git/tag "v0.1.169" :git/sha "7ec2748"}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue