chore: bump version to 1.13.1 - #714
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 accumulated
## [Unreleased]block to## [1.13.1] - 2026-08-03and reseeds an empty Unreleased above it. Patch rather than minor: the block
holds only
### Securityentries, with noAdded,Changed, orFixed.Worth stating the reason for releasing now, since neither finding is exploitable
in Houndarr.
docker.ymlpublishes to GHCR only on av*tag, soghcr.io/av1155/houndarr:lateststill ships the 1.13.0 image carryingcryptography 49.0.0 and pip's vendored packages. Both entries exist to tell an
operator that their scanner alerts are cleared in a given version, and that is
only true once the version exists. The Helm chart publishes on tag too.
Closes #713
Changes
VERSION: 1.13.0 to 1.13.1CHANGELOG.md: Unreleased promoted, fresh empty Unreleased reseededNothing else. No source, dependency, or workflow changes ride along.
Testing
Both bullets were verified against source before promotion rather than taken on
trust, since a versioned block is permanent once released:
pyproject.toml:34,uv.lock:390src/houndarr/crypto.py:10is the sole import insrc/Dockerfile:77Structure checked against everything
version-check.ymlenforces: VERSIONmatches
X.Y.Z,## [Unreleased]is the topmost## [...]block and is empty,a
## [1.13.1] - 2026-08-03block exists with an allowed### Securityheader,and both blocks carry their trailing
---.Gates:
Type of Change
fix:)feat:)refactor:)docs:)ci:)chore:)Checklist
Closes #Ntype:*and onepriority:*labelphase:*label (or none when not roadmap work)feat/<slug>,fix/<slug>, etc.)mypy src/)ruff check .)ruff format --check .)