File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.18.0] (2020-mm-dd )
3
+ ## [ 0.18.0] (2020-06-13 )
4
4
* ** Changed** 使用 [ pinyin-data] [ pinyin-data ] v0.9.0 的拼音数据
5
5
* ** Bugfixed** 修复自定义的 Fallback 函数可能会导致结果乱码的问题 Fixes [ #35 ]
6
6
232
232
[ 0.15.0 ] : https://github.com/mozillazg/go-pinyin/compare/v0.14.0...v0.15.0
233
233
[ 0.16.0 ] : https://github.com/mozillazg/go-pinyin/compare/v0.15.0...v0.16.0
234
234
[ 0.17.0 ] : https://github.com/mozillazg/go-pinyin/compare/v0.16.0...v0.17.0
235
-
235
+ [ 0.18.0 ] : https://github.com/mozillazg/go-pinyin/compare/v0.17.0...v0.18.0
Original file line number Diff line number Diff line change 7
7
8
8
// Meta
9
9
const (
10
- Version = "0.17 .0"
10
+ Version = "0.18 .0"
11
11
Author = "mozillazg, 闲耘"
12
12
License = "MIT"
13
13
Copyright = "Copyright (c) 2016 mozillazg, 闲耘"
You can’t perform that action at this time.
0 commit comments