Skip to content

Commit

Permalink
Release 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jun 3, 2020
1 parent bcee1f7 commit 9064515
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## master (unreleased)

## 0.5.10 (2020-06-03)

### Bugs fixed

* [#91](https://github.com/clojure-emacs/orchard/issues/91): Fix broken release caused by some bug in Lein 2.9.3.

## 0.5.9 (2020-05-30)

### Bugs fixed

* [#86](https://github.com/clojure-emacs/orchard/issues/86): Fix resolution order in `info`.

## 0.5.8 (2020-04-14)

### Bugs fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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.5.9"]
[cider/orchard "0.5.10"]
```

Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cider/orchard "0.5.10-SNAPSHOT"
(defproject cider/orchard "0.5.10"
:description "A fertile ground for Clojure tooling"
:url "https://github.com/clojure-emacs/orchard"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 9064515

Please sign in to comment.