Skip to content

Commit

Permalink
Release 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Mar 3, 2020
1 parent 07d9bd0 commit ccf90fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.5.7 (2020-03-03)

### Bugs fixed

* [#83](https://github.com/clojure-emacs/orchard/pull/83): Ignore non file URLs when checking for directory or file extensions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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.6"]
[cider/orchard "0.5.7"]
```

Right now `orchard` provides functionality like:
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.6"
(defproject cider/orchard "0.5.7"
: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 ccf90fe

Please sign in to comment.