We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a82fba commit 5508e43Copy full SHA for 5508e43
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## master (unreleased)
4
5
-## 0.32.0 (2025-04-05)
+## 0.32.1 (2025-04-05)
6
7
* [#328](https://github.com/clojure-emacs/orchard/pull/328): Inspector: display identity hashcode for Java objects.
8
* [#329](https://github.com/clojure-emacs/orchard/pull/329): Inspector: add analytics.
README.md
@@ -83,7 +83,7 @@ Documentation for the master branch as well as tagged releases are available
83
Just add `orchard` as a dependency and start hacking.
84
85
```clojure
86
-[cider/orchard "0.32.0"]
+[cider/orchard "0.32.1"]
87
```
88
89
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
0 commit comments