From aa6af7b90cedc28c3cb3bdf1d146f1179f37dca4 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 15 Dec 2021 08:57:52 +0200 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- project.clj | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df946b8..9b2b543b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.8.0 (2021-12-15) + ### Changes * Remove `dynapath` dependency diff --git a/README.md b/README.md index de7df95c..7edd6e8b 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,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.7.3"] +[cider/orchard "0.8.0"] ``` Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the diff --git a/project.clj b/project.clj index ece7c4fa..9d2f3c2d 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (def jdk8? (->> "java.version" System/getProperty (re-find #"^1.8."))) -(defproject cider/orchard "0.7.3" +(defproject cider/orchard "0.8.0" :description "A fertile ground for Clojure tooling" :url "https://github.com/clojure-emacs/orchard" :license {:name "Eclipse Public License"