Skip to content

Commit

Permalink
Preparing for 2.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
micha committed Dec 17, 2015
1 parent 9caa4d2 commit 5c03d60
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changes

## 2.5.1

#### Fixed

- Misleading warning about BOOT_EMIT_TARGET [#356][356].
- Cross-device link errors when moving files from temp dirs [#362][362].
- Issue with `--repo-map` option for `push` task [#358][358].
- Jar task not creating `MANIFEST.MF` in uberjar [#360][360].
- Jar task not using "friendly name" when there is exactly one pom.xml.
- Issue where `target` task would do nothing when no `--dir` option given.
- Add `--no-clean` option to disable cleaning of destination in `target` task.
- Don't throw exception when deftask argument specs are invalid; warn instead.

[356]: https://github.com/boot-clj/boot/issues/356
[358]: https://github.com/boot-clj/boot/issues/358
[360]: https://github.com/boot-clj/boot/issues/360
[362]: https://github.com/boot-clj/boot/issues/362

## 2.5.0

#### Breaking
Expand Down

0 comments on commit 5c03d60

Please sign in to comment.