Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project are documented here. Format loosely follows
[Keep a Changelog](https://keepachangelog.com/); versions are released as `v*`
git tags, which trigger publication to Maven Central.

## [Unreleased]
## [0.6] - 2026-06-27

### Added
- `ZstdCompressCtx.refPrefix(MemorySegment)` / `ZstdDecompressCtx.refPrefix(...)`
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native/linux-aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native/linux-x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native/osx-aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native/osx-x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native/windows-aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native/windows-x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<name>zstd-java</name>
Expand Down
2 changes: 1 addition & 1 deletion zstd-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zstd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dfa1.zstd</groupId>
<artifactId>zstd-java</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading