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 6bccff4 commit 3ad1860Copy full SHA for 3ad1860
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.30.1 (2025-02-24)
6
+
7
* [#316](https://github.com/clojure-emacs/orchard/pull/316): Java: properly convert file path that contains spaces or backslashes to URI.
8
9
## 0.30.0 (2025-01-10)
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.0"]
+[cider/orchard "0.30.1"]
87
```
88
89
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
0 commit comments