Skip to content

Commit 546991c

Browse files
committed
Merge fixes, update CHANGES, bump version
1 parent b50435f commit 546991c

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGES.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
# Changes
22

3-
## master
3+
## 2.8.2
44

55
#### Fixed
66

77
- 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]
109

1110
#### Breaking
1211

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
1414
(`nrepl/nrepl`) and a new namespace prefix (`clojure.tools.nrepl.` ->
1515
`nrepl.`). While the nREPL protocol is 100% compatible with that of
1616
the 0.2.x series you'll have to make sure that any middleware you're
1717
using has been updated to target 0.4.x. You can find more details
1818
[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
2025

21-
## 2.8.1
26+
## 6.8.1
2227

2328
#### Improved
2429

boot/worker/build.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:source-paths #{"src" "test"}
33
:dependencies '[[net.cgrand/parsley "0.9.3" :exclusions [org.clojure/clojure]]
44
[mvxcvi/puget "1.0.1"]
5-
[reply "0.4.0"]
5+
[reply "0.4.1"]
66
[cheshire "5.3.1"]
77
[clj-jgit "0.8.0"]
88
[clj-yaml "0.4.0"]

boot/worker/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
;; see https://github.com/boot-clj/boot/issues/82
2424
[net.cgrand/parsley "0.9.3" :exclusions [org.clojure/clojure]]
2525
[mvxcvi/puget "1.0.1"]
26-
[reply "0.4.0"]
26+
[reply "0.4.1"]
2727
[cheshire "5.6.0"]
2828
[clj-jgit "0.8.0"]
2929
[clj-yaml "0.4.0"]

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.8.1
1+
version=2.8.2

0 commit comments

Comments
 (0)