Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Register every nREPL op under both its bare name and a `refactor/`-prefixed name (e.g. `refactor/clean-ns`, `refactor/find-symbol`). The bare names continue to work but are deprecated and will be removed in a future major release. Mirrors the convention used by `cider-nrepl`.
* Fix `referred-syms-by-file&fullname` (used by `find-symbol`) leaking parse exceptions out of its `pmap` when a source directory contained an unparseable file (e.g. an empty placeholder or `data_readers.clj`). The two other call sites already wrapped via `with-suppressed-errors`; this aligns the third.
* Bump `nrepl` 1.6.0 → 1.7.0.
* Bump `rewrite-clj` 1.2.52 → 1.2.54.

## 3.12.0 (2026-05-10)

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
^:inline-dep [cider/orchard "0.39.0" :exclusions [org.clojure/clojure]]
^:inline-dep [cljfmt "0.9.2" :exclusions [rewrite-clj rewrite-cljs]]
^:inline-dep [clj-commons/fs "1.6.312" :exclusions [org.apache.commons/commons-lang3]]
^:inline-dep [rewrite-clj "1.2.52" :exclusions [org.clojure/clojure]]
^:inline-dep [rewrite-clj "1.2.54" :exclusions [org.clojure/clojure]]
^:inline-dep [version-clj "2.0.3"]]
; see versions matrix below

Expand Down