File tree 6 files changed +13
-7
lines changed
6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: Apache-2.0 OR MIT
4
4
5
5
[tool .bumpversion ]
6
- current_version = " 0.3.6 "
6
+ current_version = " 0.3.7 "
7
7
8
8
[[tool .bumpversion .files ]]
9
9
filename = " cmd/glzip/cli.go"
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0 OR MIT
4
4
5
- version : 1
5
+ version : 2
6
6
7
7
before :
8
8
hooks :
@@ -29,11 +29,11 @@ builds:
29
29
- arm64
30
30
31
31
archives :
32
- - format : tar.zst
32
+ - formats : tar.zst
33
33
# use zip for windows archives
34
34
format_overrides :
35
35
- goos : windows
36
- format : zip
36
+ formats : zip
37
37
files :
38
38
- AUTHORS.adoc
39
39
- CHANGELOG.adoc
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file.
14
14
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
15
15
project adheres to https://semver.org/[Semantic Versioning].
16
16
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
+
17
23
== {compare-url}/v0.3.5\...v0.3.6[0.3.6] - 2025-03-23
18
24
19
25
=== Changed
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"github.com/sorairolake/lzip-go"
12
12
)
13
13
14
- const version = "0.3.6 "
14
+ const version = "0.3.7 "
15
15
16
16
type options struct {
17
17
version bool
Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: Apache-2.0 OR MIT
4
4
5
5
$ glzip -version
6
- glzip 0.3.6
6
+ glzip 0.3.7
Original file line number Diff line number Diff line change 5
5
= glzip(1)
6
6
// Specify in UTC.
7
7
:docdate: 2024-08-01
8
- :revnumber: 0.3.6
8
+ :revnumber: 0.3.7
9
9
:doctype: manpage
10
10
:mansource: glzip {revnumber}
11
11
:manmanual: General Commands Manual
You can’t perform that action at this time.
0 commit comments