Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 4, 2022
1 parent 68bfc66 commit c111da7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## master (unreleased)

## 0.10.0 (2022-09-04)

### Bugs fixed

* [#158](https://github.com/clojure-emacs/orchard/issues/158): Make classpath-namespaces resilient to faulty ns declarations.

### Changes
Expand Down
6 changes: 3 additions & 3 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.9.2"]
[cider/orchard "0.10.0"]
```

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.9.2 make install
PROJECT_VERSION=0.10.0 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 All @@ -156,7 +156,7 @@ so a local Orchard install won't automatically update those.
For releasing to [Clojars](https://clojars.org/):

```
git tag -a v0.9.2 -m "0.9.2"
git tag -a v0.10.0 -m "Release 0.10.0"
git push --tags
git push
```
Expand Down

0 comments on commit c111da7

Please sign in to comment.