Skip to content

Tags: closedball/chisel

Tags

v2.2.25

Toggle v2.2.25's commit message
Added v2.2.25 ReleaseNotes and ChangeLog; updated templates/{faq,rele…

…ases}.html.

v2.2.24

Toggle v2.2.24's commit message
Update v2.2.23 release to reflect Scala 2.11 support.

NOTE: Currently, in order to publish-sign both 2.10 and 2.10 jars, we
use:

sbt +publish-signed

Unfortunately, for reasons that are currently obscure, this fails with
sbt versions >= 0.13.0. In order to get a release out, we use sbt 0.12.4
and delete the reference to the sbt-coverage plugin (which doesn't
exist for the version of Scala used to compile sbt 0.12.4).
Since these changes are only required for the execution of
publish-signed, we don't commit them to the release.

git diff -- project/{build.properties,plugins.sbt}
diff --git a/project/build.properties b/project/build.properties
index 748703f..5e96e96 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.7
+sbt.version=0.12.4
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2aa5113..bca2b21 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,5 +6,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8")

 addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.3.2")

-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
+//addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")

v2.2.23

Toggle v2.2.23's commit message
Added v2.2.23 ReleaseNotes and ChangeLog; updated templates/releases.…

…html.

v2.2.22

Toggle v2.2.22's commit message
Added v2.2.22 ReleaseNotes and ChangeLog.

v2.2.21

Toggle v2.2.21's commit message
Added v2.2.21 ReleaseNotes and ChangeLog.

v2.2.20

Toggle v2.2.20's commit message
Add html versions of changelog and releasenotes.

v2.2.19

Toggle v2.2.19's commit message
Merge pull request ucb-bar#277 from ucb-bar/master

better error handling of misspelled config names

v2.2.18

Toggle v2.2.18's commit message
Update version comment.

v2.2.17

Toggle v2.2.17's commit message
Update commented version.

v2.2.16

Toggle v2.2.16's commit message
remove snapshot code