File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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* `
55git tags, which trigger publication to Maven Central.
66
7- ## [ Unreleased ]
7+ ## [ 0.7 ] - 2026-06-28
88
99### Changed
1010- ** Breaking:** renamed public types to spell out abbreviations, matching the
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ choices; the build runs on any supported OS/arch.
107107<dependency >
108108 <groupId >io.github.dfa1.zstd</groupId >
109109 <artifactId >zstd-platform</artifactId >
110- <version >0.6 </version >
110+ <version >0.7 </version >
111111</dependency >
112112```
113113
@@ -120,7 +120,7 @@ plus only the `zstd-native-<classifier>` you target.
120120 <dependency >
121121 <groupId >io.github.dfa1.zstd</groupId >
122122 <artifactId >zstd-bom</artifactId >
123- <version >0.6 </version >
123+ <version >0.7 </version >
124124 <type >pom</type >
125125 <scope >import</scope >
126126 </dependency >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.github.dfa1.zstd</groupId >
77 <artifactId >zstd-java</artifactId >
8- <version >0.6 </version >
8+ <version >0.7 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.github.dfa1.zstd</groupId >
77 <artifactId >zstd-java</artifactId >
8- <version >0.6 </version >
8+ <version >0.7 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ runs on any OS/arch:
1414<dependency >
1515 <groupId >io.github.dfa1.zstd</groupId >
1616 <artifactId >zstd-platform</artifactId >
17- <version >0.6 </version >
17+ <version >0.7 </version >
1818</dependency >
1919```
2020
2121``` groovy
22- implementation("io.github.dfa1.zstd:zstd-platform:0.6 ")
22+ implementation("io.github.dfa1.zstd:zstd-platform:0.7 ")
2323```
2424
2525That pulls all six natives (~ 3.8 MB, five unused per platform). When you target a
@@ -32,7 +32,7 @@ the matching classifier:
3232 <dependency >
3333 <groupId >io.github.dfa1.zstd</groupId >
3434 <artifactId >zstd-bom</artifactId >
35- <version >0.6 </version >
35+ <version >0.7 </version >
3636 <type >pom</type >
3737 <scope >import</scope >
3838 </dependency >
@@ -53,7 +53,7 @@ the matching classifier:
5353```
5454
5555``` groovy
56- implementation(platform("io.github.dfa1.zstd:zstd-bom:0.6 "))
56+ implementation(platform("io.github.dfa1.zstd:zstd-bom:0.7 "))
5757implementation("io.github.dfa1.zstd:zstd")
5858runtimeOnly("io.github.dfa1.zstd:zstd-native-osx-aarch64")
5959```
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.github.dfa1.zstd</groupId >
77 <artifactId >zstd-java</artifactId >
8- <version >0.6 </version >
8+ <version >0.7 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.github.dfa1.zstd</groupId >
77 <artifactId >zstd-java</artifactId >
8- <version >0.6 </version >
8+ <version >0.7 </version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.github.dfa1.zstd</groupId >
77 <artifactId >zstd-java</artifactId >
8- <version >0.6 </version >
8+ <version >0.7 </version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.github.dfa1.zstd</groupId >
77 <artifactId >zstd-java</artifactId >
8- <version >0.6 </version >
8+ <version >0.7 </version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.github.dfa1.zstd</groupId >
77 <artifactId >zstd-java</artifactId >
8- <version >0.6 </version >
8+ <version >0.7 </version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments