Skip to content

Release pr-manager 0.1.1 - #6

Merged
robennals merged 1 commit into
mainfrom
pr-manager-v0.1.1
Aug 27, 2026
Merged

Release pr-manager 0.1.1#6
robennals merged 1 commit into
mainfrom
pr-manager-v0.1.1

Conversation

@robennals

Copy link
Copy Markdown
Owner

Version bump so the persistent PR list filters from #5 can be tagged and released.

pr-manager/v0.1.0 is already published to the marketplace and points at 1655ce9. A published tag cannot be moved — the marketplace records the commit a tag pointed at and refuses the plugin if they ever disagree — so this is a new version rather than a retag.

Patch, not minor. The change adds a repository filter and its setter; the cached list shape gains a field with .default(null), so a cache written by 0.1.0 still parses, and nothing existing behaves differently. It is stored in bb.storage.kv, so there is no schema migration.

That also keeps it inside the marketplace entry's ^0.1.0 range, so no marketplace pull request is neededget-bb/marketplace#130 is unchanged, and the new tag is picked up on its own.

code-review is untouched and keeps code-review/v0.1.0.

Verification

tsc --noEmit clean, 5 tests pass, bb plugin build produces app and host artifacts, and the plugin installs and runs as pr-manager@0.1.1.

Persistent PR list filters (#5) shipped after v0.1.0 was tagged, and a
published tag cannot be moved — the marketplace records the commit a tag
pointed at and refuses the plugin if they ever disagree. So this is a new
version rather than a retag.

A patch bump, not a minor one: the change only adds a filter and a setter,
and the cached shape gains a field with a default, so a cache written by
0.1.0 still parses. Nothing existing behaves differently.

That also keeps it inside the marketplace entry's ^0.1.0 range, so the
listing needs no change. The next tag is picked up on its own.
@robennals
robennals merged commit 83d0e8f into main Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant