Skip to content

Commit

Permalink
bump to v0.3.9
Browse files Browse the repository at this point in the history
- v0.3.9
  - upgrade to [hedzr/cmdr](https://github.com/hedzr/cmdr) v1.11.9+
  - security maintains since golang/x/net should be upgraded
  - remove unavailable travis actions
  - enable github actions
    - packaged to github packages: [here](https://github.com/users/hedzr/packages/container/package/ini-op)
    - keep dockerhub release
  • Loading branch information
hedzr committed Feb 21, 2023
1 parent 1c6be34 commit 5ab40de
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@ -118,7 +118,7 @@ jobs:
- name: Docker Build
## if: startsWith(github.ref, 'refs/tags/v') || contains(github.ref, '/master')
#if: startsWith(github.ref, 'refs/tags/v') && env.ENABLE_DOCKER != 0
if: startsWith(github.ref, 'refs/tags/v') && env.ENABLE_DOCKER != 0
## if: env.ENABLE_DOCKER != 0
env:
HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
fi
- name: Build
# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
shell: bash
run: |
APP_NAME="${GITHUB_REPOSITORY##*/}"
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,20 @@ Options:
Type '-h' or '--help' to get command help screen.
```

## History

- v0.3.9
- upgrade to [hedzr/cmdr](https://github.com/hedzr/cmdr) v1.11.9+
- security maintains since golang/x/net should be upgraded
- remove unavailable travis actions
- enable github actions
- packaged to github packages: [here](https://github.com/users/hedzr/packages/container/package/ini-op)
- keep dockerhub release

## Commands

[TODO] The following chapters need to be simplified.

### command `section`

```bash
Expand Down
4 changes: 2 additions & 2 deletions ver.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package ini_op

const (
APPNAME = "ini-op"
Version = "0.3.7"
VersionInt = 0x00000307
Version = "0.3.9"
VersionInt = 0x00000309
)

0 comments on commit 5ab40de

Please sign in to comment.