From ea33f01aa1b3959f4ecd16ba74f6879f203f5d01 Mon Sep 17 00:00:00 2001 From: Alexander Chepurnoy Date: Thu, 22 Nov 2018 12:45:01 +0300 Subject: [PATCH 1/2] sbt update, release notes update with fix for #58 --- build.sbt | 2 +- release-notes.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a96fe4dd..5c4263bc 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "scrypto" lazy val commonSettings = Seq( organization := "org.scorexfoundation", - version := "2.1.4", + version := "2.1.5", scalaVersion := "2.12.5", resolvers += Resolver.sonatypeRepo("public"), licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")), diff --git a/release-notes.md b/release-notes.md index 8dbcdefb..8376ace4 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,11 @@ +**2.1.5** +--------- + +* Fix for "BatchAVLProverManifest changes its properties after serialization/deserialization" bug +(#58) + + + **2.1.4** --------- From ab97bb99e27bb3466cd03f999100d46c1cc0fb60 Mon Sep 17 00:00:00 2001 From: Alexander Chepurnoy Date: Thu, 22 Nov 2018 12:51:21 +0300 Subject: [PATCH 2/2] 2.1.5 finalization --- README.md | 2 +- release-notes.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c600344a..fa83e7aa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositori You can use Scrypto in your sbt project by simply adding the following dependency to your build file: ```scala -libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.2" +libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.5" ``` ### Hash functions diff --git a/release-notes.md b/release-notes.md index 8376ace4..21eec7fa 100644 --- a/release-notes.md +++ b/release-notes.md @@ -5,7 +5,6 @@ (#58) - **2.1.4** ---------