Skip to content

Commit c918422

Browse files
committed
Release 0.7.0
1 parent d4fa4b8 commit c918422

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.7.0 (2021-04-13)
6+
57
### New features
68

79
* [#111](https://github.com/clojure-emacs/orchard/pull/111): [Inspector] Configure truncation limits

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Documentation for the master branch as well as tagged releases are available
8080
Just 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

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

project.clj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
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"
@@ -82,7 +84,7 @@
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"]
@@ -125,10 +127,10 @@
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

0 commit comments

Comments
 (0)