Codebase list java-classpath-clojure / dab86a2
Update README for 0.2.2 release Stuart Sierra 10 years ago
1 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
44
55 ## Releases and Dependency Information
66
7 Latest stable release is [0.2.1]
7 Latest stable release is [0.2.2]
88
99 [Leiningen] dependency information:
1010
11 [org.clojure/java.classpath "0.2.1"]
11 [org.clojure/java.classpath "0.2.2"]
1212
1313 [Maven] dependency information:
1414
1515 <dependency>
1616 <groupId>org.clojure</groupId>
1717 <artifactId>java.classpath</artifactId>
18 <version>0.2.1</version>
18 <version>0.2.2</version>
1919 </dependency>
2020
2121 [Gradle] dependency information:
2222
23 compile "org.clojure:java.classpath:0.2.1"
23 compile "org.clojure:java.classpath:0.2.2"
2424
2525 [Leiningen]: http://leiningen.org/
2626 [Maven]: http://maven.apache.org/
7171
7272 ## Change Log
7373
74 * Development version 0.2.2-SNAPSHOT, current Git `master` branch
74 * Development version 0.2.3-SNAPSHOT, current Git `master` branch
75 * Release [0.2.2] on 2014-Jan-10
7576 * Enhancement [CLASSPATH-5]: extensible protocol to other classloaders
7677 * Release [0.2.1] on 2013-Jan-18
7778 * Fix [CLASSPATH-4]: Use io/as-file instead of treating URL as file path