Skip to content

Commit a7d07d0

Browse files
0.34.1
1 parent 3463bf8 commit a7d07d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Documentation for the master branch as well as tagged releases are available
8585
Just 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

9191
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the

0 commit comments

Comments
 (0)