File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5- ## 0.28.3 (2022-02-22)
6-
75### Bugs Fixed
86
97* [ #751 ] ( https://github.com/clojure-emacs/cider-nrepl/issues/751 ) : Skip unmapping of default imports in ` undef-all ` op.
108
119### Changes
1210
11+ * Use ` tools.namespace ` [ 1.3.0] ( https://github.com/clojure/tools.namespace/compare/v1.2.0...v1.3.0 ) .
12+
13+ ## 0.28.3 (2022-02-22)
14+
15+ ### Changes
16+
1317* Upgrade [ Orchard to version 0.9.2] ( https://github.com/clojure-emacs/orchard/blob/v0.9.2/CHANGELOG.md#092-2022-02-22 ) .
1418
1519## 0.28.2 (2022-02-01)
Original file line number Diff line number Diff line change 1515 ^:inline-dep [compliment " 0.3.12" ]
1616 ^:inline-dep [org.rksm/suitable " 0.4.1" :exclusions [org.clojure/clojurescript]]
1717 ^:inline-dep [cljfmt " 0.8.0" :exclusions [org.clojure/clojurescript]]
18- ^:inline-dep [org.clojure/tools.namespace " 1.2 .0" ]
18+ ^:inline-dep [org.clojure/tools.namespace " 1.3 .0" ]
1919 ^:inline-dep [org.clojure/tools.trace " 0.7.11" ]
2020 ^:inline-dep [org.clojure/tools.reader " 1.3.6" ]]
2121 :exclusions [org.clojure/clojure] ; see Clojure version matrix in profiles below
146146 {:dependencies [[clj-kondo " 2021.12.01" ]]}]
147147
148148 :eastwood [:test
149- {:plugins [[jonase/eastwood " 1.2.2 " ]]
149+ {:plugins [[jonase/eastwood " 1.2.3 " ]]
150150 :eastwood {:config-files [" eastwood.clj" ]
151151 :exclude-namespaces [cider.nrepl.middleware.test-filter-tests]
152152 :ignored-faults {:unused-ret-vals-in-try {cider.nrepl.middleware.profile-test [{:line 25 }]}
You can’t perform that action at this time.
0 commit comments