Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 13, 2021
1 parent d4fa4b8 commit c918422
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.7.0 (2021-04-13)

### New features

* [#111](https://github.com/clojure-emacs/orchard/pull/111): [Inspector] Configure truncation limits
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Documentation for the master branch as well as tagged releases are available
Just add `orchard` as a dependency and start hacking.

```clojure
[cider/orchard "0.6.5"]
[cider/orchard "0.7.0"]
```

Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
Expand Down
10 changes: 6 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@

(def jdk8? (->> "java.version" System/getProperty (re-find #"^1.8.")))

(defproject cider/orchard "0.6.5"
;;;; Project definition

(defproject cider/orchard "0.7.0"
:description "A fertile ground for Clojure tooling"
:url "https://github.com/clojure-emacs/orchard"
:license {:name "Eclipse Public License"
Expand All @@ -82,7 +84,7 @@
:sign-releases false}]]

:jvm-opts ["-Dorchard.use-dynapath=true"]

:profiles {
;; Clojure versions matrix
:provided {:dependencies [[org.clojure/clojure "1.10.1"]
Expand Down Expand Up @@ -125,10 +127,10 @@
with-debug-bindings [[:inner 0]]
merge-meta [[:inner 0]]
letfn [[:block 1] [:inner 2]]}}}

:clj-kondo [:test
{:dependencies [[clj-kondo "2021.03.31"]]}]

:eastwood {:plugins [[jonase/eastwood "0.4.0"]]
:eastwood {:exclude-namespaces [~(if jdk8?
'orchard.java.parser
Expand Down

0 comments on commit c918422

Please sign in to comment.