Skip to content

Commit b149f2f

Browse files
committed
v0.13.838
1 parent 5861678 commit b149f2f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Changes can be:
77

88
## Unreleased
99

10+
...
11+
12+
## 0.13.838 (2023-03-02)
13+
1014
* 🌟 Make `build-graph` recur until all transitive deps are analyzed ([#381](https://github.com/nextjournal/clerk/issues/381))
1115

1216
Until now Clerk did not analyze the full transitive dependency graph which could lead to Clerk not detecting a change properly. Analysis is now recursive which means it's taking a bit longer initially. We cache analysis results per file in memory so subsequent analysis should be fast. We will follow up with visualizing the progress of analysis & execution.

README.md

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

4747
```edn
48-
{:deps {io.github.nextjournal/clerk {:mvn/version "0.12.707"}}}
48+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.13.838"}}}
4949
```
5050

5151
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 12, :rev-count 707}}
1+
{:version {:major 0, :minor 13, :rev-count 838}}

0 commit comments

Comments
 (0)