Skip to content

Commit bb3042f

Browse files
committed
Release 0.6.4
1 parent e3de281 commit bb3042f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## master (unreleased)
44

5+
## 0.6.4 (2021-01-25)
6+
7+
### Bugs Fixed
8+
9+
* Make dynamic classpath modification robust to compiler loader binding (for some users `@Compiler/LOADER` was not bound for some reason).
10+
511
## 0.6.3 (2021-01-21)
612

713
### Bugs Fixed

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.3"]
83+
[cider/orchard "0.6.4"]
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject cider/orchard "0.6.3"
1+
(defproject cider/orchard "0.6.4"
22
:description "A fertile ground for Clojure tooling"
33
:url "https://github.com/clojure-emacs/orchard"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)