File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Changes can be:
5
5
* 🐞🐜 friendly or nasty bugs
6
6
* 🛠 dev improvements
7
7
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
+
8
13
## 0.2.209 (2021-11-03)
9
14
10
15
* 🌟 Enable lazy loading for description and combine with ` fetch ` . This let's Clerk handle moderately sized datasets without breaking a sweat.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ALPHA, expect breaking changes.
32
32
To use Clerk in your project, add the following dependency to your ` deps.edn ` :
33
33
34
34
``` edn
35
- {:deps {io.github.nextjournal/clerk {:mvn/version " 0.2.209 " }}}
35
+ {:deps {io.github.nextjournal/clerk {:mvn/version " 0.2.214 " }}}
36
36
```
37
37
38
38
Require and start Clerk as part of your system start, e.g. in ` user.clj ` :
You can’t perform that action at this time.
0 commit comments