Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Sep 24, 2023
1 parent 6223e4e commit ba589cf
Show file tree
Hide file tree
Showing 5 changed files with 4,050 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: Lint
strategy:
matrix:
go-version: [ 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x ]
go-version: [ 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -57,7 +57,7 @@ jobs:
needs: Lint
strategy:
matrix:
go-version: [ 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x ]
go-version: [ 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x , 1.21.x ]
os: [ windows-latest ]
runs-on: ${{ matrix.os }}
steps:
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.4.md
godocdown . > docs/v0.4.5.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.5]- 2023-09-24

#### Added

- 新增`KTime.FormatDuration`,格式化时长为字符串

#### Fixed

- none

#### Changed

- none

#### Removed

- none

## [v0.4.4]- 2023-08-25

#### Added
Expand Down
4,028 changes: 4,028 additions & 0 deletions docs/v0.4.5.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.4"
Version = "0.4.5"

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

0 comments on commit ba589cf

Please sign in to comment.