Skip to content

Commit 66e2b1d

Browse files
committed
v0.3.0
1 parent b3f4bea commit 66e2b1d

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,8 +1,8 @@
11
# Changelog
22

3-
## 0.3.0 (yyyy-mm-dd)
3+
## 0.3.0 (2015-12-29)
44

5-
* fix "当字符串中有非中文的时候,会出现下标越界的情况"(影响 `pinyin.LazyPinyin``pinyin.Slug` ([#1](https://github.com/mozillazg/go-pinyin/issues/1))
5+
* fix "当字符串中有非中文的时候,会出现下标越界的情况"(影响 `pinyin.LazyPinyin``pinyin.Slug` ([#1](https://github.com/mozillazg/go-pinyin/issues/1)))
66
* 调整对非中文字符的处理:当遇到没有拼音的字符时,直接忽略
77
```
88
// before

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

0 commit comments

Comments
 (0)