File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 0.7.0 (2021-04-13)
6+
57### New features
68
79* [ #111 ] ( https://github.com/clojure-emacs/orchard/pull/111 ) : [ Inspector] Configure truncation limits
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Documentation for the master branch as well as tagged releases are available
8080Just add ` orchard ` as a dependency and start hacking.
8181
8282``` clojure
83- [cider/orchard " 0.6.5 " ]
83+ [cider/orchard " 0.7.0 " ]
8484```
8585
8686Consult 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 5656
5757(def jdk8? (->> " java.version" System/getProperty (re-find #"^1.8." )))
5858
59- (defproject cider /orchard " 0.6.5"
59+ ; ;;; Project definition
60+
61+ (defproject cider /orchard " 0.7.0"
6062 :description " A fertile ground for Clojure tooling"
6163 :url " https://github.com/clojure-emacs/orchard"
6264 :license {:name " Eclipse Public License"
8284 :sign-releases false }]]
8385
8486 :jvm-opts [" -Dorchard.use-dynapath=true" ]
85-
87+
8688 :profiles {
8789 ; ; Clojure versions matrix
8890 :provided {:dependencies [[org.clojure/clojure " 1.10.1" ]
125127 with-debug-bindings [[:inner 0 ]]
126128 merge-meta [[:inner 0 ]]
127129 letfn [[:block 1 ] [:inner 2 ]]}}}
128-
130+
129131 :clj-kondo [:test
130132 {:dependencies [[clj-kondo " 2021.03.31" ]]}]
131-
133+
132134 :eastwood {:plugins [[jonase/eastwood " 0.4.0" ]]
133135 :eastwood {:exclude-namespaces [~(if jdk8?
134136 'orchard.java.parser
You can’t perform that action at this time.
0 commit comments