Skip to content

Commit

Permalink
chore(release): Update version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Aug 4, 2024
1 parent cb16d5b commit 72bd141
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 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.4"
current_version = "0.3.5"

[[tool.bumpversion.files]]
filename = "cmd/glzip/cli.go"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ 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.4\...v0.3.5[0.3.5] - 2024-08-04

=== Changed

* Update man pages

== {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.4"
const version = "0.3.5"

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.4
glzip 0.3.5
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-08-01
:doctype: manpage
:mansource: glzip 0.3.4
:mansource: glzip 0.3.5
:manmanual: General Commands Manual
:lzip-spec-url: https://www.nongnu.org/lzip/manual/lzip_manual.html#File-format

Expand Down

0 comments on commit 72bd141

Please sign in to comment.