Skip to content

Commit cbc8006

Browse files
committed
Merge branch 'm/master'
2 parents 7cab211 + 9dbfdb2 commit cbc8006

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# java-wechaty
22

33
![Java CI with Maven](https://github.com/wechaty/java-wechaty/workflows/Java%20CI%20with%20Maven/badge.svg)
4-
[![Java Version](https://img.shields.io/maven-central/v/io.github.wechaty/wechaty?label=Java)](https://mvnrepository.com/artifact/io.github.wechaty/wechaty)
4+
[![Java Version](https://img.shields.io/maven-central/v/io.github.wechaty/wechaty?label=Maven)](https://mvnrepository.com/artifact/io.github.wechaty/wechaty)
55

6-
![Java Wechaty](https://wechaty.github.io/java-wechaty/images/java-wechaty.png)
6+
![Java Wechaty](docs/images/java-wechaty.png)
77

88
[![Java Wechaty Getting Started](https://img.shields.io/badge/Java%20Wechaty-Getting%20Started-orange)](https://github.com/wechaty/java-wechaty-getting-started)
99
[![Wechaty in Kotlin](https://img.shields.io/badge/Wechaty-Kotlin-orange)](https://github.com/wechaty/java-wechaty)
@@ -15,12 +15,6 @@
1515

1616
Wechaty is a RPA SDK for Wechat **Individual** Account that can help you create a chatbot in 6 lines of Java.
1717

18-
## WORK IN PROGRESS
19-
20-
Work in progress...
21-
22-
Please come back after 4 weeks...
23-
2418
## Voice of the Developers
2519

2620
> "Wechaty is a great solution, I believe there would be much more users recognize it." [link](https://github.com/Wechaty/wechaty/pull/310#issuecomment-285574472)
@@ -278,6 +272,14 @@ mvn install wechaty
278272

279273
### master
280274

275+
### v0.4 (Jun 19, 2020)
276+
277+
Java(Kotlin) Wechaty **BETA** Released!
278+
279+
Read more from our Multi-language Wechaty Beta Release event from our blog:
280+
281+
- [Multi Language Wechaty Beta Release Announcement!](https://wechaty.github.io/2020/06/19/multi-language-wechaty-beta-release/)
282+
281283
### v0.1.4 (June 13 2020)
282284
1. use `PuppetManager` to manage multi puppet implementations.
283285
2. add mock puppet.
@@ -321,7 +323,6 @@ We decided to use Kotlin to develop the Java Wechaty!
321323
- [Java Wechaty](https://github.com/wechaty/java-wechaty) - Java WeChaty Conversational AI Chatbot SDK for Wechat Individual Accounts (Java)
322324
- [Scala Wechaty](https://github.com/wechaty/scala-wechaty) - Scala WeChaty Conversational AI Chatbot SDK for WechatyIndividual Accounts (Scala)
323325

324-
325326
## Badge
326327

327328
[![Wechaty in Kotlin](https://img.shields.io/badge/Wechaty-Kotlin-orange)](https://github.com/wechaty/java-wechaty)
@@ -330,6 +331,17 @@ We decided to use Kotlin to develop the Java Wechaty!
330331
[![Wechaty in Kotlin](https://img.shields.io/badge/Wechaty-Kotlin-orange)](https://github.com/wechaty/java-wechaty)
331332
```
332333

334+
## Contributors
335+
336+
[![contributors](https://sourcerer.io/fame/huan/wechaty/java-wechaty/images/0)](https://sourcerer.io/fame/huan/wechaty/java-wechaty/links/0)
337+
[![contributors](https://sourcerer.io/fame/huan/wechaty/java-wechaty/images/1)](https://sourcerer.io/fame/huan/wechaty/java-wechaty/links/1)
338+
[![contributors](https://sourcerer.io/fame/huan/wechaty/java-wechaty/images/2)](https://sourcerer.io/fame/huan/wechaty/java-wechaty/links/2)
339+
[![contributors](https://sourcerer.io/fame/huan/wechaty/java-wechaty/images/3)](https://sourcerer.io/fame/huan/wechaty/java-wechaty/links/3)
340+
[![contributors](https://sourcerer.io/fame/huan/wechaty/java-wechaty/images/4)](https://sourcerer.io/fame/huan/wechaty/java-wechaty/links/4)
341+
[![contributors](https://sourcerer.io/fame/huan/wechaty/java-wechaty/images/5)](https://sourcerer.io/fame/huan/wechaty/java-wechaty/links/5)
342+
[![contributors](https://sourcerer.io/fame/huan/wechaty/java-wechaty/images/6)](https://sourcerer.io/fame/huan/wechaty/java-wechaty/links/6)
343+
[![contributors](https://sourcerer.io/fame/huan/wechaty/java-wechaty/images/7)](https://sourcerer.io/fame/huan/wechaty/java-wechaty/links/7)
344+
333345
## Committers
334346

335347
- [@redmaple1](https://github.com/redmaple1) Xiaoya Ren

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.4.0

0 commit comments

Comments
 (0)