Skip to content

Commit f3fba93

Browse files
committed
v0.9.6
1 parent fb6c3e0 commit f3fba93

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.9.6
2+
3+
Fix `rdt` convert db bug.
4+
15
### 0.9.5
26

37
Fix full sync offset bug. this bug could cause losing data in reconnection

DockerfileNative

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM springci/graalvm-ce:java11-0.12.x AS builder
22

3-
ARG MAVEN_VERSION=3.9.4
3+
ARG MAVEN_VERSION=3.9.8
44
ARG BASE_URL=https://ftp.yz.yamagata-u.ac.jp/pub/network/apache/maven/maven-3/${MAVEN_VERSION}/binaries
55

66
WORKDIR /app

src/main/resources/.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.5
1+
v0.9.6

0 commit comments

Comments
 (0)