Skip to content

Commit ad70cb2

Browse files
LucasMLKclaude
andcommitted
chore: Bump version to 0.2.6
Update version from 0.2.5 to 0.2.6 to avoid conflict with upstream's minimal 0.2.5 release. This version includes comprehensive improvements: - Performance optimizations and benchmarking - macOS ARM64 JIT stability fixes - Windows build fixes - Enhanced documentation (BENCHMARK.md, CLAUDE.md) - Improved code quality and testing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent ff46cf1 commit ad70cb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To include `xdagj-native-randomx` in your project, add the following dependency
116116
<dependency>
117117
<groupId>io.xdag</groupId>
118118
<artifactId>xdagj-native-randomx</artifactId>
119-
<version>0.2.5</version>
119+
<version>0.2.6</version>
120120
</dependency>
121121
```
122122

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.xdag</groupId>
88
<artifactId>xdagj-native-randomx</artifactId>
9-
<version>0.2.5</version>
9+
<version>0.2.6</version>
1010

1111
<name>xdagj-native-randomx</name>
1212
<description>A Java RandomX Library For XDAGJ</description>

0 commit comments

Comments
 (0)