We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfac3f commit e592cd9Copy full SHA for e592cd9
build.sbt
@@ -4,7 +4,7 @@ name := "scrypto"
4
5
lazy val commonSettings = Seq(
6
organization := "org.scorexfoundation",
7
- version := "2.0.4",
+ version := "2.0.5",
8
scalaVersion := "2.12.4",
9
crossScalaVersions := Seq("2.11.11", "2.12.4"),
10
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),
release-notes.md
@@ -1,3 +1,7 @@
1
+**2.0.5**
2
+---------
3
+* *randomWalk()* in *BatchAVLProver* can accept external randomness via an optional parameter
+
**2.0.4**
---------
* improved performance of Base58-related operations
0 commit comments