File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 0.34.1 (2025-04-23)
6
+
5
7
* [ #314 ] ( https://github.com/clojure-emacs/orchard/pull/314 ) : Print: add special printing rules for records and allow meta : type overrides.
6
8
* [ #337 ] ( https://github.com/clojure-emacs/orchard/pull/337 ) : Print: make orchard.print consistent with CIDER printing.
7
9
* [ #338 ] ( https://github.com/clojure-emacs/orchard/pull/337 ) : Print: reuse orchard.print in orchard.pp.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Documentation for the master branch as well as tagged releases are available
85
85
Just add ` orchard ` as a dependency and start hacking.
86
86
87
87
``` clojure
88
- [cider/orchard " 0.34.0 " ]
88
+ [cider/orchard " 0.34.1 " ]
89
89
```
90
90
91
91
Consult the [ API documentation] ( https://cljdoc.org/d/cider/orchard/CURRENT ) to get a better idea about the
You can’t perform that action at this time.
0 commit comments