Skip to content

Commit

Permalink
2.0.0-rc3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen83 committed Mar 17, 2017
1 parent e982f1d commit bdf2e3d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

### 2.0.0-rc3
**api changes** :

```java
ReplicatorListener.addRdbRawByteListener -> ReplicatorListener.addRawByteListener
ReplicatorListener.removeRdbRawByteListener -> ReplicatorListener.removeRawByteListener
```

### 2.0.0-rc2
no api changes

### 2.0.0-rc1
2.0.0 Initial commit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ maven-3.2.3 or newer
<dependency>
<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>2.0.0-rc2</version>
<version>2.0.0-rc3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ maven-3.2.3以上
<dependency>
<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>2.0.0-rc2</version>
<version>2.0.0-rc3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>2.0.0-rc2</version>
<version>2.0.0-rc3</version>

<name>redis-replicator</name>
<description>Redis Replicator is a redis RDB and Command parser written in java.
Expand Down

0 comments on commit bdf2e3d

Please sign in to comment.