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 9693561 commit 497dcbbCopy full SHA for 497dcbb
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.37.1 (2025-10-14)
6
+
7
- [#359](https://github.com/clojure-emacs/orchard/pull/359): Print: protect printing from broken eductions.
8
- [#360](https://github.com/clojure-emacs/orchard/pull/360): Pretty-print: print short record names by default.
9
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.37.0"]
+[cider/orchard "0.37.1"]
94
```
95
96
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
0 commit comments