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 83c04f1 commit 92a9049Copy full SHA for 92a9049
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.31.0 (2025-03-14)
6
+
7
* [#317](https://github.com/clojure-emacs/orchard/pull/317): **BREAKING:** Remove deprecated functions:
8
- `orchard.namespace/read-namespace`, `orchard.namespace/ensure-namespace`
9
- `orchard.meta/var-meta-whitelist`
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.30.1"]
+[cider/orchard "0.31.0"]
87
```
88
89
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
0 commit comments