Skip to content

Commit 19add68

Browse files
author
chenby
committed
v0.4.2
1 parent 3fcd86e commit 19add68

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.4.2
2+
3+
fix critical bug from 0.3.0 - 0.4.1.
4+
affect `rmt` , `rst` , `ret` command.
5+
when these command 's target is cluster, migrate data failed.
6+
17
### 0.4.1
28

39
export unit support. [issue#16](https://github.com/leonchen83/redis-rdb-cli/issues/16).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ User should follow the steps below to implement a sink service.
561561
<dependency>
562562
<groupId>com.moilioncircle</groupId>
563563
<artifactId>redis-sink-api</artifactId>
564-
<version>1.2.1</version>
564+
<version>1.2.2</version>
565565
<scope>provided</scope>
566566
</dependency>
567567
<dependency>

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ migrate_flush=yes
561561
<dependency>
562562
<groupId>com.moilioncircle</groupId>
563563
<artifactId>redis-sink-api</artifactId>
564-
<version>1.2.1</version>
564+
<version>1.2.2</version>
565565
<scope>provided</scope>
566566
</dependency>
567567
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.moilioncircle</groupId>
8383
<artifactId>redis-sink-api</artifactId>
84-
<version>1.2.1</version>
84+
<version>1.2.2</version>
8585
</dependency>
8686

8787
<dependency>

src/main/resources/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.4.1
1+
v0.4.2

0 commit comments

Comments
 (0)