Skip to content

Commit

Permalink
fix Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Jul 19, 2023
1 parent 2533dc7 commit 18eee29
Show file tree
Hide file tree
Showing 4 changed files with 4,041 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 @@ -11,7 +11,7 @@ http://192.168.1.1:6060/pkg/github.com/kakuilan

```sh
go get -d github.com/robertkrimen/godocdown/godocdown
godocdown . > docs/v0.4.2.md
godocdown . > docs/v0.4.3.md
```

### 安装依赖
Expand Down
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.4.3]- 2023-07-19

#### Added

- none

#### Fixed

- none

#### Changed

- 修改`KArr.CopyStruct`,支持嵌套结构体

#### Removed

- none

## [v0.4.2]- 2023-07-17

#### Added
Expand Down
Loading

0 comments on commit 18eee29

Please sign in to comment.