From 11f56d0d165f1df507c0747bf3f8fe4fa7059834 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 22 Oct 2012 10:19:52 +0200 Subject: [PATCH] notes for upcoming 0.7.0 --- notes/0.7.0.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 notes/0.7.0.markdown diff --git a/notes/0.7.0.markdown b/notes/0.7.0.markdown new file mode 100644 index 000000000..ce1209d10 --- /dev/null +++ b/notes/0.7.0.markdown @@ -0,0 +1,9 @@ +New features in this version: + + * `dependency-graph` now renders a real graph. Many thanks go to [Matt Russell](https://github.com/mdr/) for + this added awesomeness. + * The tree output from previous versions is now available with `dependency-tree`. + * New task `what-depends-on` showing reverse dependency tree for a selected module (incl. tab-completion for modules) + * Don't fail in cases of a missing dependency. Show errors directly in the output. + * Works with sbt 0.12.1. The ivy report files were moved to a new location making an update necessary. +