chore: bump version to 1.13.2 - #756
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Promotes the Unreleased block to
1.13.2. Changes onlyVERSIONandCHANGELOG.md.Closes #755
Changes
VERSION: 1.13.1 to 1.13.2CHANGELOG.md: promote## [Unreleased]to## [1.13.2] - 2026-08-11, reseed an empty Unreleased blockPatch, since the only entry is a
### Securityaddition with no features or breaking changes.Testing
Bullet claims pinned to source on
mainrather than taken from the PR title:docker.yml:106-110,attest-build-provenancewithsubject-digestandpush-to-registry: true.sigstore.jsonbundledocker.yml:120,129,asset="houndarr-${TAG}.sigstore.json"gh attestation verifyThe other 19 commits since 1.13.1 carry no bullet. Only two touch the shipped app (#740, #752) and both change
Dockerfilebase image references without altering image contents or behaviour.dompurifyandmermaidfrom the advisory-floor PRs are inwebsite/package.jsononly, so those never reached the container.Ran
version-check.yml's assertions locally against the edited files, plus therelease.ymltag-timeawkextraction to confirm the release notes come out correct. All four quality gates pass: ruff check, ruff format, mypy (93 files), bandit (0 findings).Type of Change
chore:)Checklist
Closes #Ntype:*and onepriority:*labelphase:*label (or none when not roadmap work)mypy src/)ruff check .)ruff format --check .)