From b20fc9486e805c08da9b2b2f5cbb334cf8ed6c9e Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Mon, 3 Aug 2026 16:11:42 +1000 Subject: [PATCH] Prepare 1.1.0 Moves the Unreleased entries under a dated 1.1.0 heading and leaves a fresh Unreleased section above it. Also drops the "GitHub Marketplace listing" bullet from 1.0.0. No GitHub Release has ever been published for this repository, and Marketplace requires one, so the listing does not exist. Records what is actually true of that tag instead: v1.0.0 points at the initial commit, which predates the test suite, the CI workflow and the README fixes. It is left where it is rather than moved, since moving a tag somebody may have pinned is worse than leaving a bad one. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ffd3b..f450156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2026-08-03 + ### Added - `ignore-patterns` input: newline-separated regular expressions for URLs to skip entirely. Matching URLs are never requested, so they can be reported as neither broken nor redirected, and are counted separately via the new `ignored-count` output - `update-existing-issue` input (default `true`): reuse the newest open issue with the same title and `broken-links` label, refreshing its body, instead of opening a duplicate on every run. New `issue-updated` output reports which path was taken @@ -51,5 +53,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Full compatibility with existing workflows - Enhanced documentation and examples - Comprehensive test suite with Python module testing -- GitHub Marketplace listing - Python requirements management with requirements.txt + +> The `v1.0.0` tag points at the repository's initial commit and no GitHub Release was ever published for it, so the Marketplace listing this section originally claimed does not exist. The tag is left where it is rather than moved. Pin `v1` or `v1.1.0` instead.