Skip to content

Commit 99e7dd6

Browse files
dfa1claude
andauthored
release: 0.6 (#36)
Bumps all module versions 0.6-SNAPSHOT -> 0.6 and stamps the CHANGELOG [Unreleased] section as [0.6]. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 33eb302 commit 99e7dd6

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project are documented here. Format loosely follows
44
[Keep a Changelog](https://keepachangelog.com/); versions are released as `v*`
55
git tags, which trigger publication to Maven Central.
66

7-
## [Unreleased]
7+
## [0.6] - 2026-06-27
88

99
### Added
1010
- `ZstdCompressCtx.refPrefix(MemorySegment)` / `ZstdDecompressCtx.refPrefix(...)`

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

native/linux-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/linux-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/osx-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/osx-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/windows-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/windows-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-java</artifactId>
8-
<version>0.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)