diff --git a/CHANGELOG.md b/CHANGELOG.md index 1156a0d..0798a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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(...)` diff --git a/benchmark/pom.xml b/benchmark/pom.xml index d4d4022..935ec38 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index a6a3601..e426156 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 523a4f7..bff36ef 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/native/linux-aarch64/pom.xml b/native/linux-aarch64/pom.xml index d2b9c3f..4db7432 100644 --- a/native/linux-aarch64/pom.xml +++ b/native/linux-aarch64/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../../pom.xml diff --git a/native/linux-x86_64/pom.xml b/native/linux-x86_64/pom.xml index d207175..58cebed 100644 --- a/native/linux-x86_64/pom.xml +++ b/native/linux-x86_64/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../../pom.xml diff --git a/native/osx-aarch64/pom.xml b/native/osx-aarch64/pom.xml index 8466a2e..069be43 100644 --- a/native/osx-aarch64/pom.xml +++ b/native/osx-aarch64/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../../pom.xml diff --git a/native/osx-x86_64/pom.xml b/native/osx-x86_64/pom.xml index 7e61d52..d09566e 100644 --- a/native/osx-x86_64/pom.xml +++ b/native/osx-x86_64/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../../pom.xml diff --git a/native/windows-aarch64/pom.xml b/native/windows-aarch64/pom.xml index 92d543d..24bc530 100644 --- a/native/windows-aarch64/pom.xml +++ b/native/windows-aarch64/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../../pom.xml diff --git a/native/windows-x86_64/pom.xml b/native/windows-x86_64/pom.xml index 26a0625..b4cf5ec 100644 --- a/native/windows-x86_64/pom.xml +++ b/native/windows-x86_64/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../../pom.xml diff --git a/pom.xml b/pom.xml index c201fc3..ec44717 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 pom zstd-java diff --git a/zstd-platform/pom.xml b/zstd-platform/pom.xml index 2ad7d95..f873091 100644 --- a/zstd-platform/pom.xml +++ b/zstd-platform/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/zstd/pom.xml b/zstd/pom.xml index 3025d9b..4a7c8a7 100644 --- a/zstd/pom.xml +++ b/zstd/pom.xml @@ -5,7 +5,7 @@ io.github.dfa1.zstd zstd-java - 0.6-SNAPSHOT + 0.6 ../pom.xml