Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/winget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
allowed-endpoints: >+
github.com:443
api.github.com:443
objects.githubusercontent.com:443
release-assets.githubusercontent.com:443
uploads.github.com:443
index.crates.io:443
static.crates.io:443

- name: Publish to WinGet
# Requires WINGET_TOKEN secret in the 'winget' environment.
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Release 0.14.2 (unreleased)
===========================
====================================

* Fix git auth/redirect errors being silently misidentified as non-git (#1138)
* Fix WinGet publish workflow blocked on ``static.crates.io`` and ``objects.githubusercontent.com`` egress endpoints (#1298)

Release 0.14.1 (released 2026-06-19)
====================================
Expand Down
Loading