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 400e878 commit e202e81Copy full SHA for e202e81
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.33.0 (2025-04-08)
6
+
7
* [#333](https://github.com/clojure-emacs/orchard/pull/333): Add `orchard.profile`.
8
9
## 0.32.1 (2025-04-05)
README.md
@@ -85,7 +85,7 @@ Documentation for the master branch as well as tagged releases are available
85
Just add `orchard` as a dependency and start hacking.
86
87
```clojure
88
-[cider/orchard "0.32.1"]
+[cider/orchard "0.33.0"]
89
```
90
91
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
0 commit comments