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 47fa6e7 commit 514526dCopy full SHA for 514526d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+## 0.34.3 (2025-04-28)
6
+
7
+- Inspector: fix multiple frequencies not shown for the same value in analytics.
8
9
## 0.34.2 (2025-04-26)
10
11
* [#339](https://github.com/clojure-emacs/orchard/pull/339): Inspector: support analytics for all maps and arrays.
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.2"]
+[cider/orchard "0.34.3"]
94
```
95
96
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
0 commit comments