Skip to content

Commit e25d46d

Browse files
committed
Bump to version 0.15.0
1 parent f9293f1 commit e25d46d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ This project produces two JARs:
7474
To depend on Deephaven CSV from Gradle, add the following dependency(s) to your build.gradle file:
7575

7676
```groovy
77-
implementation 'io.deephaven:deephaven-csv:0.14.0'
77+
implementation 'io.deephaven:deephaven-csv:0.15.0'
7878
7979
// Optional dependency for faster double parsing
80-
// runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.14.0'
80+
// runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.15.0'
8181
```
8282

8383
### Maven
@@ -88,14 +88,14 @@ To depend on Deephaven CSV from Maven, add the following dependency(s) to your p
8888
<dependency>
8989
<groupId>io.deephaven</groupId>
9090
<artifactId>deephaven-csv</artifactId>
91-
<version>0.14.0</version>
91+
<version>0.15.0</version>
9292
</dependency>
9393

9494
<!-- Optional dependency for faster double parsing -->
9595
<!--<dependency>-->
9696
<!-- <groupId>io.deephaven</groupId>-->
9797
<!-- <artifactId>deephaven-csv-fast-double-parser</artifactId>-->
98-
<!-- <version>0.14.0</version>-->
98+
<!-- <version>0.15.0</version>-->
9999
<!-- <scope>runtime</scope>-->
100100
<!--</dependency>-->
101101
```
@@ -154,11 +154,11 @@ If you prefer, you can run the benchmarks directly via the JMH jar:
154154
```
155155

156156
```shell
157-
java -jar build/libs/deephaven-csv-0.14.0-SNAPSHOT-jmh.jar -prof gc -rf JSON
157+
java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON
158158
```
159159

160160
```shell
161-
java -jar build/libs/deephaven-csv-0.14.0-SNAPSHOT-jmh.jar -prof gc -rf JSON <regex>
161+
java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON <regex>
162162
```
163163

164164
The JMH jar is the preferred way to run official benchmarks, and provides a common bytecode for sharing the benchmarks

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.15.0-SNAPSHOT
1+
version=0.15.0

0 commit comments

Comments
 (0)