Skip to content

Commit

Permalink
Merge branch 'release/v0.3.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed May 2, 2024
2 parents 4715694 + bb1b784 commit 23b254c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[tool.bumpversion]
current_version = "0.3.3"
current_version = "0.3.4"

[[tool.bumpversion.files]]
filename = "cmd/glzip/cli.go"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
go-version: "stable"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v5.0.0
uses: golangci/golangci-lint-action@v5.1.0
with:
version: "latest"
args: -E gofmt,goimports -v
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://semver.org/[Semantic Versioning].

== {compare-url}/v0.3.3\...HEAD[Unreleased]
== {compare-url}/v0.3.3\...v0.3.4[0.3.4] - 2024-05-02

=== Changed

Expand Down
2 changes: 1 addition & 1 deletion cmd/glzip/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/sorairolake/lzip-go"
)

const version = "0.3.3"
const version = "0.3.4"

type options struct {
version bool
Expand Down
2 changes: 1 addition & 1 deletion cmd/glzip/testdata/version.ct
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

$ glzip -version
glzip 0.3.3
glzip 0.3.4
2 changes: 1 addition & 1 deletion docs/man/man1/glzip.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Specify in UTC.
:docdate: 2024-04-14
:doctype: manpage
:mansource: glzip 0.3.3
:mansource: glzip 0.3.4
:manmanual: General Commands Manual

== NAME
Expand Down

0 comments on commit 23b254c

Please sign in to comment.