Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit b4eae62

Browse files
committed
Releasing 0.10.0-RC1
1 parent 6e8ab67 commit b4eae62

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3-
## Version 0.10.0 (unreleased)
3+
## Version 0.10.0-RC1 (2019-07-24)
44
* [#136](https://github.com/jrudolph/sbt-dependency-graph/pull/136): Added `dependencyBrowseTree` to open a searchable dependency tree in the browser.
55
Thanks, [@pcejrowski](https://github.com/pcejrowski) for contributing this feature.
6+
* [#163](https://github.com/jrudolph/sbt-dependency-graph/pull/163): Remove some usage of internal sbt APIs, this allows to run sbt-dependency-graph with sbt 1.3.0
7+
but results are not entirely correct.
8+
* [#165](https://github.com/jrudolph/sbt-dependency-graph/pull/165): For common operations introduce `asString`, `printToConsole`, and `toFile` subtasks
69

710
## Version 0.9.2 (2018-08-26)
811
* [#159](https://github.com/jrudolph/sbt-dependency-graph/pull/159): Fixed regression in `whatDependsOn` where task parser failed when no other sbt-dependency-graph task was called before

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install it as a [global plugin] so that you can use it in any SBT project withou
1313
this, add the plugin dependency to `~/.sbt/0.13/plugins/plugins.sbt` for sbt 0.13 or `~/.sbt/1.0/plugins/plugins.sbt` for sbt 1.0:
1414

1515
```scala
16-
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
16+
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
1717
```
1818

1919
To add the plugin only to a single project, put this line into `project/plugins.sbt` of your project, instead.

0 commit comments

Comments
 (0)