Skip to content

Commit

Permalink
add docs/v0.2.3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Jan 21, 2022
1 parent 612f0a8 commit 69fc54c
Show file tree
Hide file tree
Showing 3 changed files with 3,929 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ http://192.168.1.1:6060/pkg/github.com/kakuilan
### 生成markdown
```sh
go get -d github.com/robertkrimen/godocdown/godocdown
godocdown . > docs/v0.2.2.md
godocdown . > docs/v0.2.3.md
```
20 changes: 20 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [v0.2.3]- 2022-01-21

#### Added

- 新增`KStr.UuidV5`,根据提供的字符,使用sha1生成36位哈希值

#### Fixed

- 修改`KStr.UuidV4`,添加version/variant信息

- none

#### Changed

- none

#### Removed

- none

## [v0.2.2]- 2022-01-10

#### Added
Expand Down
Loading

0 comments on commit 69fc54c

Please sign in to comment.