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 2
2
3
3
## master (unreleased)
4
4
5
+ ## 0.7.3 (2021-10-02)
6
+
5
7
### Changes
6
8
7
9
* [ #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
80
80
Just add ` orchard ` as a dependency and start hacking.
81
81
82
82
``` clojure
83
- [cider/orchard " 0.7.2 " ]
83
+ [cider/orchard " 0.7.3 " ]
84
84
```
85
85
86
86
Consult 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 58
58
59
59
; ;;; Project definition
60
60
61
- (defproject cider /orchard " 0.7.2 "
61
+ (defproject cider /orchard " 0.7.3 "
62
62
:description " A fertile ground for Clojure tooling"
63
63
:url " https://github.com/clojure-emacs/orchard"
64
64
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments