File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ builds:
31
31
goarch : " 386"
32
32
binary : " {{ .ProjectName }}_v{{ .Version }}"
33
33
archives :
34
- - format : zip
34
+ - formats : [" zip"]
35
35
name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
36
36
checksum :
37
37
extra_files :
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## [ 0.5.13] - 2025-01-22
7
-
8
-
9
-
10
- ## [ 0.5.12] - 2025-01-21
11
-
6
+ ## [ 0.5.13] - 2025-01-22
7
+
8
+ - Add the ability to create beta versions
9
+
10
+ ## [ 0.5.12] - 2025-01-21
11
+
12
12
- fixed an issue where brew would give an error when trying to install PD into an intel mac
13
-
14
- ## [ 0.5.11] - 2025-01-21
15
-
13
+
14
+ ## [ 0.5.11] - 2025-01-21
15
+
16
16
- Fixed an issue where if the api stopped responding the provider would crash
17
17
- Added better context timeout to the state and remote_vm providers
18
18
- Added new DevOps configuration to the system
19
-
19
+
20
20
## [ 0.5.10] - 2025-01-21
21
21
22
22
- Added a publish pipeline
You can’t perform that action at this time.
0 commit comments