Skip to content

Commit

Permalink
add docs/v0.4.8.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Dec 15, 2024
1 parent 60e91c7 commit 3907079
Show file tree
Hide file tree
Showing 3 changed files with 4,076 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ http://192.168.1.1:6060/pkg/github.com/kakuilan
### 生成markdown

```sh
go get -d github.com/robertkrimen/godocdown/godocdown
godocdown . > docs/v0.4.7.md
go install github.com/robertkrimen/godocdown/godocdown@latest
godocdown . > docs/v0.4.8.md
```

### 安装依赖
Expand Down
19 changes: 19 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [v0.4.8]- 2024-12-15

#### Added

- none

#### Fixed
- 修改darwin的`KOS.GetBiosInfo`,返回空信息,因为苹果系统无BIOS.

- none

#### Changed

- 修改一些单元测试和注释

#### Removed

- none

## [v0.4.7]- 2024-03-06

#### Added
Expand Down
Loading

0 comments on commit 3907079

Please sign in to comment.