File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 0.37.0 (2025-09-19)
6
+
5
7
- [ #353 ] ( https://github.com/clojure-emacs/orchard/pull/353 ) : Stacktrace: flag Clojure functions as duplicate.
6
8
- [ #355 ] ( https://github.com/clojure-emacs/orchard/pull/355 ) : Java: resolve source files for non-base JDK classes.
7
9
- [ #354 ] ( https://github.com/clojure-emacs/orchard/pull/354 ) : Inspector: add support for printing compact qualified keywords.
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Documentation for the master branch as well as tagged releases are available
90
90
Just add ` orchard ` as a dependency and start hacking.
91
91
92
92
``` clojure
93
- [cider/orchard " 0.36 .0" ]
93
+ [cider/orchard " 0.37 .0" ]
94
94
```
95
95
96
96
Consult the [ API documentation] ( https://cljdoc.org/d/cider/orchard/CURRENT ) to get a better idea about the
You can’t perform that action at this time.
0 commit comments