Skip to content

Commit

Permalink
fix changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Nov 11, 2020
1 parent 6330390 commit db005b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v0.1.3]- 2020-11-11
#### Added
- none

#### Fixed
- none

#### Changed
- 修改`KStr.Chr`,使用rune转换字符码
- 修改`KDbug.CallMethod`错误提示

#### Removed
- none

## [v0.1.2]- 2020-06-25
#### Added
- `KStr.Md5Byte`
Expand Down
2 changes: 1 addition & 1 deletion docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
- https://github.com/layidao/utilx -x
- https://github.com/siddontang/go -x
- https://github.com/sohaha/zlsgo -x
- https://github.com/ifree2017/EasyGoLib
- https://github.com/ifree2017/EasyGoLib -x
- https://github.com/go-board/x-go
- https://github.com/qiniu/x
- https://github.com/iiinsomnia/yiigo
Expand Down
2 changes: 1 addition & 1 deletion kgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type (

const (
// Version 版本号
Version = "0.1.2"
Version = "0.1.3"

//UINT_MAX 无符号整型uint最大值
UINT_MAX = ^uint(0)
Expand Down

0 comments on commit db005b5

Please sign in to comment.