File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## 0.2.x series
5
5
6
- Latest development version is 0.2.3-SNAPSHOT, current Git ` master ` branch
6
+ Latest development version is 0.2.4-SNAPSHOT, current Git ` master ` branch
7
+
8
+ ### Release [ 0.2.3] on 2015-Nov-06
9
+
10
+ * Fix [ CLASSPATH-7] : ignore classloaders which do not implement URLClasspath
7
11
8
12
### Release [ 0.2.2] on 2014-Jan-10
9
13
Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ Examine the Java classpath from Clojure programs.
5
5
6
6
## Releases and Dependency Information
7
7
8
- Latest stable release is [ 0.2.2 ]
8
+ Latest stable release is 0.2.3
9
9
10
10
[ Leiningen] dependency information:
11
11
12
- [org.clojure/java.classpath "0.2.2 "]
12
+ [org.clojure/java.classpath "0.2.3 "]
13
13
14
14
[ Maven] dependency information:
15
15
16
16
<dependency>
17
17
<groupId>org.clojure</groupId>
18
18
<artifactId>java.classpath</artifactId>
19
- <version>0.2.2 </version>
19
+ <version>0.2.3 </version>
20
20
</dependency>
21
21
22
22
[ Gradle] dependency information:
23
23
24
- compile "org.clojure:java.classpath:0.2.2 "
24
+ compile "org.clojure:java.classpath:0.2.3 "
25
25
26
26
[ Leiningen ] : http://leiningen.org/
27
27
[ Maven ] : http://maven.apache.org/
You can’t perform that action at this time.
0 commit comments