Skip to content

Commit

Permalink
fix Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Apr 15, 2022
1 parent f32f410 commit 5d83924
Show file tree
Hide file tree
Showing 4 changed files with 3,945 additions and 2 deletions.
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.6.md
godocdown . > docs/v0.2.8.md
```
18 changes: 18 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [v0.2.8]- 2022-04-15

#### Added

- none

#### Fixed

- none

#### Changed

- rename `KArr.CopyToStruct` to `KArr.CopyStruct`

#### Removed

- none

## [v0.2.7]- 2022-04-14

#### Added
Expand Down
Loading

0 comments on commit 5d83924

Please sign in to comment.