Skip to content

Commit c111da7

Browse files
committed
Release 0.10.0
1 parent 68bfc66 commit c111da7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33
## master (unreleased)
4+
5+
## 0.10.0 (2022-09-04)
6+
7+
### Bugs fixed
8+
49
* [#158](https://github.com/clojure-emacs/orchard/issues/158): Make classpath-namespaces resilient to faulty ns declarations.
510

611
### Changes

README.md

Lines changed: 3 additions & 3 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.9.2"]
81+
[cider/orchard "0.10.0"]
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.9.2 make install
150+
PROJECT_VERSION=0.10.0 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),
@@ -156,7 +156,7 @@ so a local Orchard install won't automatically update those.
156156
For releasing to [Clojars](https://clojars.org/):
157157

158158
```
159-
git tag -a v0.9.2 -m "0.9.2"
159+
git tag -a v0.10.0 -m "Release 0.10.0"
160160
git push --tags
161161
git push
162162
```

0 commit comments

Comments
 (0)