File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
- * Bump ` haystack ` to [ 0.3.0] ( https://github.com/clojure-emacs/haystack/blob/v0.3.0/CHANGELOG.md#030-2023-09-29 ) .
5
+ * Bump ` haystack ` to [ 0.3.1] ( https://github.com/clojure-emacs/haystack/blob/v0.3.1/CHANGELOG.md#031-2023-09-29 ) .
6
+ * Cache the last result of internal Haystack (exception analysis) calls.
6
7
7
8
### Changes
8
9
Original file line number Diff line number Diff line change 9
9
:scm {:name " git" :url " https://github.com/clojure-emacs/cider-nrepl" }
10
10
:dependencies [[nrepl " 1.0.0" ]
11
11
^:inline-dep [cider/orchard " 0.15.1" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
12
- ^:inline-dep [mx.cider/haystack " 0.3.0 " ]
12
+ ^:inline-dep [mx.cider/haystack " 0.3.1 " ]
13
13
^:inline-dep [thunknyc/profile " 0.5.2" ]
14
14
^:inline-dep [mvxcvi/puget " 1.3.4" ]
15
15
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
16
- ^:inline-dep [compliment " 0.4.3 " ]
16
+ ^:inline-dep [compliment " 0.4.4-20230929.205009-1 " ]
17
17
^:inline-dep [org.rksm/suitable " 0.5.0" :exclusions [org.clojure/clojurescript]]
18
18
^:inline-dep [cljfmt " 0.9.2" :exclusions [org.clojure/clojurescript]]
19
19
^:inline-dep [org.clojure/tools.namespace " 1.3.0" ]
You can’t perform that action at this time.
0 commit comments