Skip to content

Commit

Permalink
Merge pull request #271 from dynatrace-oss/xxh3-improvements
Browse files Browse the repository at this point in the history
refactored xxh3 + prepare for release v0.18.0
  • Loading branch information
oertl committed Aug 4, 2024
2 parents caffe3b + d91a05f commit 962cda6
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 302 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ To add a dependency on hash4j using Maven, use the following:
<dependency>
<groupId>com.dynatrace.hash4j</groupId>
<artifactId>hash4j</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
```
To add a dependency using Gradle:
```gradle
implementation 'com.dynatrace.hash4j:hash4j:0.17.0'
implementation 'com.dynatrace.hash4j:hash4j:0.18.0'
```

## Hash algorithms
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ java {
}

group = 'com.dynatrace.hash4j'
version = '0.17.0'
version = '0.18.0'


spotless {
Expand Down
Loading

0 comments on commit 962cda6

Please sign in to comment.