Skip to content

Commit fa5bbb6

Browse files
committed
0.7.3
1 parent 381dd4d commit fa5bbb6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.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.

README.md

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

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

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
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"

0 commit comments

Comments
 (0)