File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 0.8.0 (2021-12-15)
6
+
5
7
### Changes
6
8
7
9
* Remove ` dynapath ` dependency
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Documentation for the master branch as well as tagged releases are available
78
78
Just add ` orchard ` as a dependency and start hacking.
79
79
80
80
``` clojure
81
- [cider/orchard " 0.7.3 " ]
81
+ [cider/orchard " 0.8.0 " ]
82
82
```
83
83
84
84
Consult the [ API documentation] ( https://cljdoc.org/d/cider/orchard/CURRENT ) to get a better idea about the
Original file line number Diff line number Diff line change 1
1
(def jdk8? (->> " java.version" System/getProperty (re-find #"^1.8." )))
2
2
3
- (defproject cider /orchard " 0.7.3 "
3
+ (defproject cider /orchard " 0.8.0 "
4
4
:description " A fertile ground for Clojure tooling"
5
5
:url " https://github.com/clojure-emacs/orchard"
6
6
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments