File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ archives:
61
61
name_template : " {{ .ProjectName }}_v{{ .Version }}_{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
62
62
files :
63
63
- none*
64
- rlcp : true
65
64
wrap_in_directory : false
66
65
format : tar.gz
67
66
- id : windows-tar
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v10.2.3] ( https://github.com/fastly/cli/releases/tag/v10.2.3 ) (2023-07-20)
4
+
5
+ ** Enhancements:**
6
+
7
+ * refactor(compute): clean-up logic surrounding filesHash generation [ #969 ] ( https://github.com/fastly/cli/pull/969 )
8
+ * fix: increase text width [ #970 ] ( https://github.com/fastly/cli/pull/970 )
9
+
10
+ ** Bug fixes:**
11
+
12
+ * Correctly check if the package is up to date [ #967 ] ( https://github.com/fastly/cli/pull/967 )
13
+ * fix(flags): ensure ListServices call is paginated [ #976 ] ( https://github.com/fastly/cli/pull/976 )
14
+
15
+ ** Dependencies:**
16
+
17
+ * build(deps): bump github.com/fastly/go-fastly/v8 from 8.5.1 to 8.5.2 [ #966 ] ( https://github.com/fastly/cli/pull/966 )
18
+ * build(deps): bump github.com/fastly/go-fastly/v8 from 8.5.2 to 8.5.4 [ #968 ] ( https://github.com/fastly/cli/pull/968 )
19
+ * build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 [ #972 ] ( https://github.com/fastly/cli/pull/972 )
20
+ * build(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 [ #971 ] ( https://github.com/fastly/cli/pull/971 )
21
+
3
22
## [ v10.2.2] ( https://github.com/fastly/cli/releases/tag/v10.2.2 ) (2023-06-22)
4
23
5
24
** Enhancements:**
You can’t perform that action at this time.
0 commit comments