File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 0.7.3 (2021-10-02)
6+
57### Changes
68
79* [ #133 ] ( https://github.com/clojure-emacs/orchard/issues/133 ) : ` info: ` don't fall back to ` clojure.core ` for fully-qualified symbols.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Documentation for the master branch as well as tagged releases are available
8080Just add ` orchard ` as a dependency and start hacking.
8181
8282``` clojure
83- [cider/orchard " 0.7.2 " ]
83+ [cider/orchard " 0.7.3 " ]
8484```
8585
8686Consult the [ API documentation] ( https://cljdoc.org/d/cider/orchard/CURRENT ) to get a better idea about the
Original file line number Diff line number Diff line change 5858
5959; ;;; Project definition
6060
61- (defproject cider /orchard " 0.7.2 "
61+ (defproject cider /orchard " 0.7.3 "
6262 :description " A fertile ground for Clojure tooling"
6363 :url " https://github.com/clojure-emacs/orchard"
6464 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments