We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4b1c2 commit ba35f5fCopy full SHA for ba35f5f
README.md
@@ -278,6 +278,12 @@ mvn install wechaty
278
279
### master
280
281
+### v0.1.4 (June 13 2020)
282
+1. use `PuppetManager` to manage multi puppet implementations.
283
+2. add mock puppet.
284
+3. remove puppet implementations from wechaty pom. Which implementation to use depends on which implementation jar in your pom.
285
+4. fix some bugs.
286
+
287
### v0.1.3 (June 6 2020)
288
1. support plugins!
289
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>io.github.wechaty</groupId>
6
<artifactId>wechaty-parent</artifactId>
7
<packaging>pom</packaging>
8
- <version>0.1.3-SNAPSHOT</version>
+ <version>0.1.4-SNAPSHOT</version>
9
<name>kotlin-wechaty</name>
10
11
<description>
0 commit comments