File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
- ## master
3
+ ## 2.8.2
4
4
5
5
#### Fixed
6
6
7
7
- Fix ` printHexBinary ` for Java 11 support [ #702 ] [ 702 ]
8
-
9
- [ 702 ] : https://github.com/boot-clj/boot/pull/702
8
+ - Fixes the regression introduced while handling sequential optargs [ #713 ] [ 713 ]
10
9
11
10
#### Breaking
12
11
13
- Updated nREPL to 0.4.4. The new nREPL has a new artefact coordinates
12
+ - Updated reply to 0.4.1 [ #711 ] [ 711 ]
13
+ - Updated nREPL to 0.4.5. The new nREPL has a new artefact coordinates
14
14
(` nrepl/nrepl ` ) and a new namespace prefix (` clojure.tools.nrepl. ` ->
15
15
` nrepl. ` ). While the nREPL protocol is 100% compatible with that of
16
16
the 0.2.x series you'll have to make sure that any middleware you're
17
17
using has been updated to target 0.4.x. You can find more details
18
18
[ here] ( https://github.com/nrepl/nREPL/issues/1 ) and
19
- [ here] ( https://github.com/nrepl/nREPL/blob/master/HISTORY.md ) .
19
+ [ here] ( https://github.com/nrepl/nREPL/blob/master/HISTORY.md ) . [ #703 ] [ 703 ]
20
+
21
+ [ 702 ] : https://github.com/boot-clj/boot/pull/702
22
+ [ 703 ] : https://github.com/boot-clj/boot/pull/703
23
+ [ 711 ] : https://github.com/boot-clj/boot/pull/711
24
+ [ 713 ] : https://github.com/boot-clj/boot/pull/713
20
25
21
- ## 2 .8.1
26
+ ## 6 .8.1
22
27
23
28
#### Improved
24
29
Original file line number Diff line number Diff line change 2
2
:source-paths #{" src" " test" }
3
3
:dependencies '[[net.cgrand/parsley " 0.9.3" :exclusions [org.clojure/clojure]]
4
4
[mvxcvi/puget " 1.0.1" ]
5
- [reply " 0.4.0 " ]
5
+ [reply " 0.4.1 " ]
6
6
[cheshire " 5.3.1" ]
7
7
[clj-jgit " 0.8.0" ]
8
8
[clj-yaml " 0.4.0" ]
Original file line number Diff line number Diff line change 23
23
; ; see https://github.com/boot-clj/boot/issues/82
24
24
[net.cgrand/parsley " 0.9.3" :exclusions [org.clojure/clojure]]
25
25
[mvxcvi/puget " 1.0.1" ]
26
- [reply " 0.4.0 " ]
26
+ [reply " 0.4.1 " ]
27
27
[cheshire " 5.6.0" ]
28
28
[clj-jgit " 0.8.0" ]
29
29
[clj-yaml " 0.4.0" ]
Original file line number Diff line number Diff line change 1
- version =2.8.1
1
+ version =2.8.2
You can’t perform that action at this time.
0 commit comments