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.32.0 (2025-04-05)
6
+
5
7
* [ #328 ] ( https://github.com/clojure-emacs/orchard/pull/328 ) : Inspector: display identity hashcode for Java objects.
6
8
* [ #329 ] ( https://github.com/clojure-emacs/orchard/pull/329 ) : Inspector: add analytics.
7
9
* [ #331 ] ( https://github.com/clojure-emacs/orchard/pull/331 ) : Inspector: add table view mode.
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Documentation for the master branch as well as tagged releases are available
83
83
Just add ` orchard ` as a dependency and start hacking.
84
84
85
85
``` clojure
86
- [cider/orchard " 0.31.1 " ]
86
+ [cider/orchard " 0.32.0 " ]
87
87
```
88
88
89
89
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