File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
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
+
5
11
## 0.6.3 (2021-01-21)
6
12
7
13
### Bugs Fixed
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Documentation for the master branch as well as tagged releases are available
80
80
Just add ` orchard ` as a dependency and start hacking.
81
81
82
82
``` clojure
83
- [cider/orchard " 0.6.3 " ]
83
+ [cider/orchard " 0.6.4 " ]
84
84
```
85
85
86
86
Consult the [ API documentation] ( https://cljdoc.org/d/cider/orchard/CURRENT ) to get a better idea about the
Original file line number Diff line number Diff line change 1
- (defproject cider /orchard " 0.6.3 "
1
+ (defproject cider /orchard " 0.6.4 "
2
2
:description " A fertile ground for Clojure tooling"
3
3
:url " https://github.com/clojure-emacs/orchard"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments