Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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