File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Parkour News – history of user-visible changes
2
2
3
- ## 0.6.3 / ???
3
+ ## 0.6.3 / 2015-07-21
4
4
5
5
- “Run” no-op input-only graphs without error.
6
6
- Support Clojure 1.7. Due to CLJ-1738, Parkour >=0.6.3 will be required for in
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Parkour is available on Clojars. Add this `:dependency` to your Leiningen
20
20
` project.clj ` :
21
21
22
22
``` clj
23
- [com.damballa/parkour " 0.6.2 " ]
23
+ [com.damballa/parkour " 0.6.3 " ]
24
24
```
25
25
26
26
## Usage
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ example:
13
13
(defproject ...
14
14
...
15
15
:dependencies [...
16
- [com.damballa/parkour " 0.6.2 " ]
16
+ [com.damballa/parkour " 0.6.3 " ]
17
17
...]
18
18
19
19
:profiles {...
Original file line number Diff line number Diff line change 1
- (defproject com.damballa /parkour " 0.6.3-SNAPSHOT "
1
+ (defproject com.damballa /parkour " 0.6.3"
2
2
:description " Hadoop MapReduce in idiomatic Clojure."
3
3
:url " http://github.com/damballa/parkour"
4
4
:license {:name " Apache License, Version 2.0"
You can’t perform that action at this time.
0 commit comments