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.
2 parents 092f739 + c0be772 commit a1cd0b7Copy full SHA for a1cd0b7
CHANGELOG.md
@@ -212,3 +212,4 @@
212
[0.12.0]: https://github.com/mozillazg/go-pinyin/compare/v0.11.0...v0.12.0
213
[0.13.0]: https://github.com/mozillazg/go-pinyin/compare/v0.12.0...v0.13.0
214
[0.14.0]: https://github.com/mozillazg/go-pinyin/compare/v0.13.0...v0.14.0
215
+[0.15.0]: https://github.com/mozillazg/go-pinyin/compare/v0.14.0...v0.15.0
pinyin.go
@@ -7,7 +7,7 @@ import (
7
8
// Meta
9
const (
10
- Version = "0.14.0"
+ Version = "0.15.0"
11
Author = "mozillazg, 闲耘"
12
License = "MIT"
13
Copyright = "Copyright (c) 2016 mozillazg, 闲耘"
0 commit comments