From e25d46db0858e6e51ac92e1b82e977b08a063662 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Fri, 8 Nov 2024 12:20:48 -0800 Subject: [PATCH] Bump to version 0.15.0 --- README.md | 12 ++++++------ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c1b31f5..bb3748ad 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,10 @@ This project produces two JARs: To depend on Deephaven CSV from Gradle, add the following dependency(s) to your build.gradle file: ```groovy -implementation 'io.deephaven:deephaven-csv:0.14.0' +implementation 'io.deephaven:deephaven-csv:0.15.0' // Optional dependency for faster double parsing -// runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.14.0' +// runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.15.0' ``` ### Maven @@ -88,14 +88,14 @@ To depend on Deephaven CSV from Maven, add the following dependency(s) to your p io.deephaven deephaven-csv - 0.14.0 + 0.15.0 - + ``` @@ -154,11 +154,11 @@ If you prefer, you can run the benchmarks directly via the JMH jar: ``` ```shell -java -jar build/libs/deephaven-csv-0.14.0-SNAPSHOT-jmh.jar -prof gc -rf JSON +java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON ``` ```shell -java -jar build/libs/deephaven-csv-0.14.0-SNAPSHOT-jmh.jar -prof gc -rf JSON +java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON ``` The JMH jar is the preferred way to run official benchmarks, and provides a common bytecode for sharing the benchmarks diff --git a/gradle.properties b/gradle.properties index dfb204fc..e3275157 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.15.0-SNAPSHOT +version=0.15.0