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 2
2
3
3
## master (unreleased)
4
4
5
+ ## 0.7.0 (2021-04-13)
6
+
5
7
### New features
6
8
7
9
* [ #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
80
80
Just add ` orchard ` as a dependency and start hacking.
81
81
82
82
``` clojure
83
- [cider/orchard " 0.6.5 " ]
83
+ [cider/orchard " 0.7.0 " ]
84
84
```
85
85
86
86
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 56
56
57
57
(def jdk8? (->> " java.version" System/getProperty (re-find #"^1.8." )))
58
58
59
- (defproject cider /orchard " 0.6.5"
59
+ ; ;;; Project definition
60
+
61
+ (defproject cider /orchard " 0.7.0"
60
62
:description " A fertile ground for Clojure tooling"
61
63
:url " https://github.com/clojure-emacs/orchard"
62
64
:license {:name " Eclipse Public License"
82
84
:sign-releases false }]]
83
85
84
86
:jvm-opts [" -Dorchard.use-dynapath=true" ]
85
-
87
+
86
88
:profiles {
87
89
; ; Clojure versions matrix
88
90
:provided {:dependencies [[org.clojure/clojure " 1.10.1" ]
125
127
with-debug-bindings [[:inner 0 ]]
126
128
merge-meta [[:inner 0 ]]
127
129
letfn [[:block 1 ] [:inner 2 ]]}}}
128
-
130
+
129
131
:clj-kondo [:test
130
132
{:dependencies [[clj-kondo " 2021.03.31" ]]}]
131
-
133
+
132
134
:eastwood {:plugins [[jonase/eastwood " 0.4.0" ]]
133
135
:eastwood {:exclude-namespaces [~(if jdk8?
134
136
'orchard.java.parser
You can’t perform that action at this time.
0 commit comments