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 246c229 commit cadfe55Copy full SHA for cadfe55
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.9.2 (2022-02-22)
6
+
7
* Guard against OOMs in `orchard.java/member-info`.
8
9
## 0.9.1 (2022-01-17)
README.md
@@ -78,7 +78,7 @@ Documentation for the master branch as well as tagged releases are available
78
Just add `orchard` as a dependency and start hacking.
79
80
```clojure
81
-[cider/orchard "0.9.1"]
+[cider/orchard "0.9.2"]
82
```
83
84
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
0 commit comments