Skip to content

Commit 6973274

Browse files
committed
v0.18.0
1 parent 03767c7 commit 6973274

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## [0.18.0] (2020-mm-dd)
3+
## [0.18.0] (2020-06-13)
44
* **Changed** 使用 [pinyin-data][pinyin-data] v0.9.0 的拼音数据
55
* **Bugfixed** 修复自定义的 Fallback 函数可能会导致结果乱码的问题 Fixes [#35]
66

@@ -232,4 +232,4 @@
232232
[0.15.0]: https://github.com/mozillazg/go-pinyin/compare/v0.14.0...v0.15.0
233233
[0.16.0]: https://github.com/mozillazg/go-pinyin/compare/v0.15.0...v0.16.0
234234
[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

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.17.0"
10+
Version = "0.18.0"
1111
Author = "mozillazg, 闲耘"
1212
License = "MIT"
1313
Copyright = "Copyright (c) 2016 mozillazg, 闲耘"

0 commit comments

Comments
 (0)