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 22
33## master (unreleased)
44
5+ ## 0.34.1 (2025-04-23)
6+
57* [ #314 ] ( https://github.com/clojure-emacs/orchard/pull/314 ) : Print: add special printing rules for records and allow meta : type overrides.
68* [ #337 ] ( https://github.com/clojure-emacs/orchard/pull/337 ) : Print: make orchard.print consistent with CIDER printing.
79* [ #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
8585Just add ` orchard ` as a dependency and start hacking.
8686
8787``` clojure
88- [cider/orchard " 0.34.0 " ]
88+ [cider/orchard " 0.34.1 " ]
8989```
9090
9191Consult 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