You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by ey...@apache.org on 2021/10/07 19:37:27 UTC

[datafu] branch master updated: Prepare for 1.6.1 release

This is an automated email from the ASF dual-hosted git repository.

eyal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datafu.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a49fb5  Prepare for 1.6.1 release
4a49fb5 is described below

commit 4a49fb59abae388e205fbf652ed39907f3c25e62
Author: Eyal Allweil <ey...@apache.org>
AuthorDate: Thu Oct 7 22:37:12 2021 +0300

    Prepare for 1.6.1 release
---
 CONTRIBUTORS      |  6 +++++-
 changes.md        | 17 ++++++++++++++++-
 gradle.properties |  2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index cdbeb40..4154bc6 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2,6 +2,7 @@ Aaron Josephs
 Azarias Reda
 Casey Stella
 Cheolsoo Park
+Efrat Rotenberg
 Evion Kim
 Eyal Allweil
 Ido Hadanny
@@ -13,12 +14,15 @@ Josh Wills
 Joydeep Banerjee
 Matt Hayes
 Mitul Tiwari
+Ohad Raviv
 Philip Kromer
 Piyush Sharma
+Ran Yuchtman
 Sam Shah
 Sam Steingold
 Sonali Totade
 William Vaughan
 Rafael Barreto
 Russell Jurney
-Xiangrui Meng
\ No newline at end of file
+Venkatasubrahmanian Narayanan
+Xiangrui Meng
diff --git a/changes.md b/changes.md
index 29dc75e..838c80c 100644
--- a/changes.md
+++ b/changes.md
@@ -1,3 +1,18 @@
+# 1.6.1
+
+Additions
+
+* Explode Array method (DATAFU-154)
+
+Improvements
+
+* Add support for newer versions of Gradle (DATAFU-157)
+* Document Explode Array usage recommendation (DATAFU-158)
+
+Fixes
+
+* Gradle build fails (DATAFU-156)
+
 # 1.6.0
 
 Additions:
@@ -222,4 +237,4 @@ Changes:
 
 Fixes:
 
-* Null pointer fix for Enumerate's Accumulator implementation
\ No newline at end of file
+* Null pointer fix for Enumerate's Accumulator implementation
diff --git a/gradle.properties b/gradle.properties
index 8aefb43..10a436d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,7 +16,7 @@
 # under the License.
 
 group=org.apache.datafu
-version=1.6.0
+version=1.6.1
 gradleVersion=4.8.1
 org.gradle.jvmargs="-XX:MaxPermSize=512m"
 scalaCompatVersion=2.11