Skip to content

Commit fd79f75

Browse files
committed
Update changelog and bump version
1 parent 75a8351 commit fd79f75

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Changes can be:
55
* 🐞🐜 friendly or nasty bugs
66
* 🛠 dev improvements
77

8+
## 0.2.214 (2021-11-04)
9+
10+
* 💫 Support setting `:nextjournal.clerk/no-cache` on namespaces
11+
* 🐜 Fix for unbound top-level forms not picking up dependency changes
12+
813
## 0.2.209 (2021-11-03)
914

1015
* 🌟 Enable lazy loading for description and combine with `fetch`. This let's Clerk handle moderately sized datasets without breaking a sweat.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ALPHA, expect breaking changes.
3232
To use Clerk in your project, add the following dependency to your `deps.edn`:
3333

3434
```edn
35-
{:deps {io.github.nextjournal/clerk {:mvn/version "0.2.209"}}}
35+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.2.214"}}}
3636
```
3737

3838
Require and start Clerk as part of your system start, e.g. in `user.clj`:

0 commit comments

Comments
 (0)