Skip to content

Commit 2877f71

Browse files
committed
v0.8.0
1 parent 8a742c4 commit 2877f71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## 0.8.0 (2016-08-19)
5+
6+
* **Changed** use [pinyin-data](https://github.com/mozillazg/pinyin-data) v0.3.0
7+
* Fixed [#13](https://github.com/mozillazg/go-pinyin/issues/13)
8+
* Fixed pinyin of 罗
9+
10+
411
## 0.7.0 (2016-08-02)
512

613
* **Changed** use [pinyin-data](https://github.com/mozillazg/pinyin-data) v0.2.0

pinyin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
// Meta
99
const (
10-
Version = "0.7.0"
10+
Version = "0.8.0"
1111
Author = "mozillazg, 闲耘"
1212
License = "MIT"
1313
Copyright = "Copyright (c) 2016 mozillazg, 闲耘"

0 commit comments

Comments
 (0)