Skip to content

Commit

Permalink
Merge fixes, update CHANGES, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Sep 14, 2018
1 parent b50435f commit 546991c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
17 changes: 11 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# Changes

## master
## 2.8.2

#### Fixed

- Fix `printHexBinary` for Java 11 support [#702][702]

[702]: https://github.com/boot-clj/boot/pull/702
- Fixes the regression introduced while handling sequential optargs [#713][713]

#### Breaking

Updated nREPL to 0.4.4. The new nREPL has a new artefact coordinates
- Updated reply to 0.4.1 [#711][711]
- Updated nREPL to 0.4.5. The new nREPL has a new artefact coordinates
(`nrepl/nrepl`) and a new namespace prefix (`clojure.tools.nrepl.` ->
`nrepl.`). While the nREPL protocol is 100% compatible with that of
the 0.2.x series you'll have to make sure that any middleware you're
using has been updated to target 0.4.x. You can find more details
[here](https://github.com/nrepl/nREPL/issues/1) and
[here](https://github.com/nrepl/nREPL/blob/master/HISTORY.md).
[here](https://github.com/nrepl/nREPL/blob/master/HISTORY.md). [#703][703]

[702]: https://github.com/boot-clj/boot/pull/702
[703]: https://github.com/boot-clj/boot/pull/703
[711]: https://github.com/boot-clj/boot/pull/711
[713]: https://github.com/boot-clj/boot/pull/713

## 2.8.1
## 6.8.1

#### Improved

Expand Down
2 changes: 1 addition & 1 deletion boot/worker/build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:source-paths #{"src" "test"}
:dependencies '[[net.cgrand/parsley "0.9.3" :exclusions [org.clojure/clojure]]
[mvxcvi/puget "1.0.1"]
[reply "0.4.0"]
[reply "0.4.1"]
[cheshire "5.3.1"]
[clj-jgit "0.8.0"]
[clj-yaml "0.4.0"]
Expand Down
2 changes: 1 addition & 1 deletion boot/worker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
;; see https://github.com/boot-clj/boot/issues/82
[net.cgrand/parsley "0.9.3" :exclusions [org.clojure/clojure]]
[mvxcvi/puget "1.0.1"]
[reply "0.4.0"]
[reply "0.4.1"]
[cheshire "5.6.0"]
[clj-jgit "0.8.0"]
[clj-yaml "0.4.0"]
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.8.1
version=2.8.2

0 comments on commit 546991c

Please sign in to comment.