Skip to content

Commit 2a8f660

Browse files
authored
0.14.2 (#178)
### Changes - [#176](#176): `orchard.xref`: include info for test vars. - `orchard.xref`: avoid duplicate vars that might appear following REPL re-evaluation.
1 parent 178c7e3 commit 2a8f660

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.14.2 (2023-08-09)
6+
57
### Changes
68

79
- [#176](https://github.com/clojure-emacs/orchard/issues/176): `orchard.xref`: include info for test vars.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kondo:
2929
deploy: check-env clean
3030
lein with-profile -user,-dev,+$(VERSION),-provided deploy clojars
3131

32-
# Usage: PROJECT_VERSION=0.14.1 make install
32+
# Usage: PROJECT_VERSION=0.14.2 make install
3333
install: clean check-install-env
3434
lein with-profile -user,-dev,+$(VERSION),-provided install
3535

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Documentation for the master branch as well as tagged releases are available
7878
Just add `orchard` as a dependency and start hacking.
7979

8080
```clojure
81-
[cider/orchard "0.14.1"]
81+
[cider/orchard "0.14.2"]
8282
```
8383

8484
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
@@ -147,7 +147,7 @@ clients can make of use of the general functionality contained in
147147
You can install Orchard locally like this:
148148

149149
```
150-
PROJECT_VERSION=0.14.1 make install
150+
PROJECT_VERSION=0.14.2 make install
151151
```
152152

153153
...note that projects such as cider-nrepl or refactor-nrepl use copies of Orchard that are inlined with [mranderson](https://github.com/benedekfazekas/mranderson),

0 commit comments

Comments
 (0)