Skip to content

Commit 06d53e2

Browse files
committed
v0.18.1142
1 parent 9a577cb commit 06d53e2

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ Changes can be:
88

99
## Unreleased
1010

11-
* 🐞 Fix navigation path and reload when serving notebook over http
11+
...
12+
13+
## 0.18.1142 (2025-07-16)
1214

13-
* 🌟 Add compatibility with Babashka
15+
* ⚡️ Add compatibility with Babashka
1416

15-
Requires Babashka 1.12.204 or newer.
17+
Clerk is now compatible with Babashka 1.12.204 or newer. @borkdude
1618

1719
* 🕵🏻 New dependency analyzer implementation
1820

19-
Based on the analyzer from [hyperfiddle/rfc](https://github.com/hyperfiddle/rcf). This replaces `tools.analyzer` and drops the dependency.
21+
Based on the analyzer from [hyperfiddle/rfc](https://github.com/hyperfiddle/rcf). This replaces `tools.analyzer` and drops the dependency. @borkdude
2022

2123
* Adds compatibility with Clojure 1.12 qualified method syntax, fixes [#734](https://github.com/nextjournal/clerk/issues/734)
2224
* Adds compatibility with `core.cache`, fixes [#724](https://github.com/nextjournal/clerk/issues/724)
@@ -34,6 +36,8 @@ Changes can be:
3436
Delay the evaluation of a `RenderFn` to when it's invoked so we no longer are evaluating on read.
3537

3638
Also switch transmission of unreadable symbols and keywords to a `#clerk/unreadble-edn` reader tag.
39+
40+
* 🐞 Fix navigation path and reload when serving notebook over http
3741

3842
* 🐞 Fix rendering of number whose magnitude is greater than 2^53 @krzsztf
3943

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To use Clerk in your project, you'll need Java 11+ and [`clojure`](https://cloju
4646
following dependency to your `deps.edn`:
4747

4848
```edn
49-
{:deps {io.github.nextjournal/clerk {:mvn/version "0.17.1102"}}}
49+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1142"}}}
5050
```
5151

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

book.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
;; To use Clerk in your project, add the following dependency to your `deps.edn`:
6262

6363
;; ```edn
64-
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.17.1102"}}}
64+
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1142"}}}
6565
;; ```
6666

6767
;; Require and start Clerk as part of your system start, e.g. in `user.clj`:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version {:major 0, :minor 17, :rev-count 1102}}
1+
{:version {:major 0, :minor 18, :rev-count 1142}}

0 commit comments

Comments
 (0)