Skip to content

Commit

Permalink
v10.2.3 (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Jul 20, 2023
1 parent ce609d8 commit 6cdda9c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ archives:
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
files:
- none*
rlcp: true
wrap_in_directory: false
format: tar.gz
- id: windows-tar
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v10.2.3](https://github.com/fastly/cli/releases/tag/v10.2.3) (2023-07-20)

**Enhancements:**

* refactor(compute): clean-up logic surrounding filesHash generation [#969](https://github.com/fastly/cli/pull/969)
* fix: increase text width [#970](https://github.com/fastly/cli/pull/970)

**Bug fixes:**

* Correctly check if the package is up to date [#967](https://github.com/fastly/cli/pull/967)
* fix(flags): ensure ListServices call is paginated [#976](https://github.com/fastly/cli/pull/976)

**Dependencies:**

* 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)
* 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)
* build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 [#972](https://github.com/fastly/cli/pull/972)
* build(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 [#971](https://github.com/fastly/cli/pull/971)

## [v10.2.2](https://github.com/fastly/cli/releases/tag/v10.2.2) (2023-06-22)

**Enhancements:**
Expand Down

0 comments on commit 6cdda9c

Please sign in to comment.