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 bb6fe7c commit 1812cf5Copy full SHA for 1812cf5
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.34.2 (2025-04-26)
6
+
7
* [#339](https://github.com/clojure-emacs/orchard/pull/339): Inspector: support analytics for all maps and arrays.
8
9
## 0.34.1 (2025-04-23)
README.md
@@ -90,7 +90,7 @@ Documentation for the master branch as well as tagged releases are available
90
Just add `orchard` as a dependency and start hacking.
91
92
```clojure
93
-[cider/orchard "0.34.1"]
+[cider/orchard "0.34.2"]
94
```
95
96
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
0 commit comments