From 188a343161b605630014dcb4b824a0e4ff1658ff Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 1 Feb 2016 10:56:08 +0100 Subject: [PATCH] prepare 0.8.2 --- README.md | 2 +- notes/0.8.2.markdown | 2 ++ project.sbt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 notes/0.8.2.markdown diff --git a/README.md b/README.md index 1002b3e4d..93a9d1b4b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ install it as a [global plugin] so that you can use it in any SBT project withou this, add the plugin dependency to `~/.sbt/0.13/plugins/plugins.sbt`: ```scala -addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.1") +addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2") ``` To add the plugin only to a single project, put this line into `project/plugins.sbt` of your project, instead. diff --git a/notes/0.8.2.markdown b/notes/0.8.2.markdown new file mode 100644 index 000000000..400e9b929 --- /dev/null +++ b/notes/0.8.2.markdown @@ -0,0 +1,2 @@ +This is a maintenance release [fixing](https://github.com/jrudolph/sbt-dependency-graph/issues/89) `dependencyBrowseGraph` +in the latest Chrome versions. Thanks [@chtefi](https://github.com/chtefi)! \ No newline at end of file diff --git a/project.sbt b/project.sbt index 52a678259..0c06ba2c2 100644 --- a/project.sbt +++ b/project.sbt @@ -4,7 +4,7 @@ name := "sbt-dependency-graph" organization := "net.virtual-void" -version := "0.8.2-SNAPSHOT" +version := "0.8.2" homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))