Skip to content

Commit dfab99e

Browse files
committed
0.9.1
1 parent 2728d6f commit dfab99e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.9.1 (2022-01-17)
6+
57
### Bugs fixed
68

79
* Fix a NullPointerException in `orchard.cljs.analysis`.

README.md

Lines changed: 1 addition & 1 deletion
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.0"]
81+
[cider/orchard "0.9.1"]
8282
```
8383

8484
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(def jdk8? (->> "java.version" System/getProperty (re-find #"^1.8.")))
22

3-
(defproject cider/orchard "0.9.0"
3+
(defproject cider/orchard "0.9.1"
44
:description "A fertile ground for Clojure tooling"
55
:url "https://github.com/clojure-emacs/orchard"
66
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)