Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Mar 27, 2023
1 parent fc201e6 commit 72093e4
Show file tree
Hide file tree
Showing 5 changed files with 4,040 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ golang 常用函数库/工具集,仅测试支持有限的64位系统.
### 依赖第三方库

- github.com/json-iterator/go
- github.com/StackExchange/wmi
- github.com/yusufpapurcu/wmi

### 安装使用

Expand Down
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.0.md
godocdown . > docs/v0.4.1.md
```

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

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

## [v0.4.1]- 2023-03-27

#### Added

- none

#### Fixed

- none

#### Changed

- 修改`KStr.PasswordSafeLevel`,先检查是否弱密码

#### Removed

## [v0.4.0]- 2023-02-24

#### Added
Expand Down
4,021 changes: 4,021 additions & 0 deletions docs/v0.4.1.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type (

const (
// Version 版本号
Version = "0.4.0"
Version = "0.4.1"

// KDelimiter 本库自定义分隔符
KDelimiter = "$@#KSYSK#@$"
Expand Down

0 comments on commit 72093e4

Please sign in to comment.