Skip to content

Commit 8a5aadf

Browse files
committed
Update version for book.clj
1 parent a67a5d1 commit 8a5aadf

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

CHANGELOG.md

-8
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ Changes can be:
66
* 🐞🐜 friendly or nasty bugs
77
* 🛠 dev improvements
88

9-
## Unreleased
10-
11-
...
12-
139
## 0.17.1102 (2024-10-17)
1410

15-
...
16-
17-
## 0.17.1100 (2024-10-17)
18-
1911
* 🌿 Switch underlying markdown implementation to a parser based on commonmark-java
2012

2113
This upgrades `nextjournal/markdown` library to `{:mvn/version 0.6.157}` switching markdown parsing from `markdown-it` via GraalJS to `commonmark-java` yielding an ~10x performance improvement. Restores compatibility with Java 22 or later ([#642](https://github.com/nextjournal/clerk/issues/642)).

book.clj

+1-1
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.16.1016"}}}
64+
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.17.1102"}}}
6565
;; ```
6666

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

0 commit comments

Comments
 (0)