Skip to content

Commit

Permalink
0.14.2 (#178)
Browse files Browse the repository at this point in the history
### Changes

- [#176](#176): `orchard.xref`: include info for test vars.
- `orchard.xref`: avoid duplicate vars that might appear following REPL re-evaluation.
  • Loading branch information
vemv authored Aug 9, 2023
1 parent 178c7e3 commit 2a8f660
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.14.2 (2023-08-09)

### Changes

- [#176](https://github.com/clojure-emacs/orchard/issues/176): `orchard.xref`: include info for test vars.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kondo:
deploy: check-env clean
lein with-profile -user,-dev,+$(VERSION),-provided deploy clojars

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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.14.1"]
[cider/orchard "0.14.2"]
```

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

```
PROJECT_VERSION=0.14.1 make install
PROJECT_VERSION=0.14.2 make install
```

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

0 comments on commit 2a8f660

Please sign in to comment.