Skip to content

Commit 6b913ec

Browse files
committed
chore(release): Release version 0.3.7
2 parents a34bf0a + b3bdc3d commit 6b913ec

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0 OR MIT
44

55
[tool.bumpversion]
6-
current_version = "0.3.6"
6+
current_version = "0.3.7"
77

88
[[tool.bumpversion.files]]
99
filename = "cmd/glzip/cli.go"

.goreleaser.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0 OR MIT
44

5-
version: 1
5+
version: 2
66

77
before:
88
hooks:
@@ -29,11 +29,11 @@ builds:
2929
- arm64
3030

3131
archives:
32-
- format: tar.zst
32+
- formats: tar.zst
3333
# use zip for windows archives
3434
format_overrides:
3535
- goos: windows
36-
format: zip
36+
formats: zip
3737
files:
3838
- AUTHORS.adoc
3939
- CHANGELOG.adoc

CHANGELOG.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file.
1414
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
1515
project adheres to https://semver.org/[Semantic Versioning].
1616

17+
== {compare-url}/v0.3.6\...v0.3.7[0.3.7] - 2025-03-23
18+
19+
=== Fixed
20+
21+
* Migrate `.goreleaser.yaml` to version 2
22+
1723
== {compare-url}/v0.3.5\...v0.3.6[0.3.6] - 2025-03-23
1824

1925
=== Changed

cmd/glzip/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/sorairolake/lzip-go"
1212
)
1313

14-
const version = "0.3.6"
14+
const version = "0.3.7"
1515

1616
type options struct {
1717
version bool

cmd/glzip/testdata/version.ct

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# SPDX-License-Identifier: Apache-2.0 OR MIT
44

55
$ glzip -version
6-
glzip 0.3.6
6+
glzip 0.3.7

docs/man/man1/glzip.1.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
= glzip(1)
66
// Specify in UTC.
77
:docdate: 2024-08-01
8-
:revnumber: 0.3.6
8+
:revnumber: 0.3.7
99
:doctype: manpage
1010
:mansource: glzip {revnumber}
1111
:manmanual: General Commands Manual

0 commit comments

Comments
 (0)