Skip to content

Commit

Permalink
Prepare for 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eyala committed Oct 7, 2021
1 parent c886053 commit 4a49fb5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Aaron Josephs
Azarias Reda
Casey Stella
Cheolsoo Park
Efrat Rotenberg
Evion Kim
Eyal Allweil
Ido Hadanny
Expand All @@ -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
Venkatasubrahmanian Narayanan
Xiangrui Meng
17 changes: 16 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -222,4 +237,4 @@ Changes:

Fixes:

* Null pointer fix for Enumerate's Accumulator implementation
* Null pointer fix for Enumerate's Accumulator implementation
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a49fb5

Please sign in to comment.