Skip to content

Commit ea14baf

Browse files
committed
Bump Haystack, Compliment
1 parent 8a4d01a commit ea14baf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## master (unreleased)
44

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.
67

78
### Changes
89

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
1010
:dependencies [[nrepl "1.0.0"]
1111
^: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"]
1313
^:inline-dep [thunknyc/profile "0.5.2"]
1414
^:inline-dep [mvxcvi/puget "1.3.4"]
1515
^: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"]
1717
^:inline-dep [org.rksm/suitable "0.5.0" :exclusions [org.clojure/clojurescript]]
1818
^:inline-dep [cljfmt "0.9.2" :exclusions [org.clojure/clojurescript]]
1919
^:inline-dep [org.clojure/tools.namespace "1.3.0"]

0 commit comments

Comments
 (0)