Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Oct 2, 2021
1 parent 42b74ab commit a0c45e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.7.3 (2021-10-02)

### Changes

* [#133](https://github.com/clojure-emacs/orchard/issues/133): `info:` don't fall back to `clojure.core` for fully-qualified symbols.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Documentation for the master branch as well as tagged releases are available
Just add `orchard` as a dependency and start hacking.

```clojure
[cider/orchard "0.7.2"]
[cider/orchard "0.7.3"]
```

Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

;;;; Project definition

(defproject cider/orchard "0.7.2"
(defproject cider/orchard "0.7.3"
:description "A fertile ground for Clojure tooling"
:url "https://github.com/clojure-emacs/orchard"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit a0c45e8

Please sign in to comment.