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 2
2
3
3
## master (unreleased)
4
4
5
- ## 0.28.3 (2022-02-22)
6
-
7
5
### Bugs Fixed
8
6
9
7
* [ #751 ] ( https://github.com/clojure-emacs/cider-nrepl/issues/751 ) : Skip unmapping of default imports in ` undef-all ` op.
10
8
11
9
### Changes
12
10
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
+
13
17
* Upgrade [ Orchard to version 0.9.2] ( https://github.com/clojure-emacs/orchard/blob/v0.9.2/CHANGELOG.md#092-2022-02-22 ) .
14
18
15
19
## 0.28.2 (2022-02-01)
Original file line number Diff line number Diff line change 15
15
^:inline-dep [compliment " 0.3.12" ]
16
16
^:inline-dep [org.rksm/suitable " 0.4.1" :exclusions [org.clojure/clojurescript]]
17
17
^: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" ]
19
19
^:inline-dep [org.clojure/tools.trace " 0.7.11" ]
20
20
^:inline-dep [org.clojure/tools.reader " 1.3.6" ]]
21
21
:exclusions [org.clojure/clojure] ; see Clojure version matrix in profiles below
146
146
{:dependencies [[clj-kondo " 2021.12.01" ]]}]
147
147
148
148
:eastwood [:test
149
- {:plugins [[jonase/eastwood " 1.2.2 " ]]
149
+ {:plugins [[jonase/eastwood " 1.2.3 " ]]
150
150
:eastwood {:config-files [" eastwood.clj" ]
151
151
:exclude-namespaces [cider.nrepl.middleware.test-filter-tests]
152
152
: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