Release v0.3.1 - #108
Merged
Merged
Conversation
GitHub's rebase-merge rewrites commits even for a pure fast-forward, which severs the commit-to-PR link the generated release notes are built from — v0.3.0 shipped with two PRs missing from its notes because of it. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
The catalog's only extension point is IBroadcasterCrawler, but nothing said so. docs/adding-a-broadcaster.md walks the ZDF path end to end and names the four registrations that each fail differently when missed — the on-demand block in the Newznab host most of all, where the scheduled crawl works and search does not. CONTRIBUTING.md carries the general flow and points at it. Also corrects the README and CLAUDE.md, both of which claimed a broadcaster needs its own Application slice. It does not; Crawling is shared. Closes #27 Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Testcontainers 4.13 pulls SSH.NET 2025.1.0, which GHSA-q939-rpr3-3284 covers (high: recursive ScpClient download writes arbitrary files from server-controlled names). 4.14 is the first release off the patched 2026.0.0. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Second release through GitFlow, and the first through the fast-forward path — the mechanism that fixes what v0.3.0's notes lost. If it works, #104, #105, #106 and #107 all appear in the generated notes.
Since v0.3.0:
Patch bump: one security fix, one dependency bump, two documentation changes, no new capability.
Do not use the merge button.
git merge --ff-only develop && git push origin main, per docs/releasing.md.