Skip to content

Commit

Permalink
Update version for book.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Oct 17, 2024
1 parent a67a5d1 commit 8a5aadf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@ Changes can be:
* 🐞🐜 friendly or nasty bugs
* 🛠 dev improvements

## Unreleased

...

## 0.17.1102 (2024-10-17)

...

## 0.17.1100 (2024-10-17)

* 🌿 Switch underlying markdown implementation to a parser based on commonmark-java

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)).
Expand Down
2 changes: 1 addition & 1 deletion book.clj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
;; To use Clerk in your project, add the following dependency to your `deps.edn`:

;; ```edn
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.16.1016"}}}
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.17.1102"}}}
;; ```

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

0 comments on commit 8a5aadf

Please sign in to comment.