Skip to content

Commit e592cd9

Browse files
committed
v. 2.0.5
1 parent fbfac3f commit e592cd9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "scrypto"
44

55
lazy val commonSettings = Seq(
66
organization := "org.scorexfoundation",
7-
version := "2.0.4",
7+
version := "2.0.5",
88
scalaVersion := "2.12.4",
99
crossScalaVersions := Seq("2.11.11", "2.12.4"),
1010
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),

release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**2.0.5**
2+
---------
3+
* *randomWalk()* in *BatchAVLProver* can accept external randomness via an optional parameter
4+
15
**2.0.4**
26
---------
37
* improved performance of Base58-related operations

0 commit comments

Comments
 (0)