Skip to content

chore(release): v2.1.0 — consolidate v2.0.5–v2.0.9 features as minor release#199

Merged
auroracapital merged 1 commit intomainfrom
chore/release-v2.1.0
May 2, 2026
Merged

chore(release): v2.1.0 — consolidate v2.0.5–v2.0.9 features as minor release#199
auroracapital merged 1 commit intomainfrom
chore/release-v2.1.0

Conversation

@auroracapital
Copy link
Copy Markdown
Collaborator

@auroracapital auroracapital commented May 2, 2026

Summary

Roll up the v2.0.5–v2.0.9 patch series into a single semver-correct minor release.

The patch series shipped real features (multi-workspace Slack #195, /ops:credentials audit #184, ops-ci current-state filter #196, telegram preflight #185, userConfig schema upgrades #182) that should have been a minor bump per semver. This PR retroactively does that without re-shipping any code.

What changed

  • plugin.json: 2.0.9 → 2.1.0
  • CHANGELOG.md: new [2.1.0] — 2026-05-02 entry with consolidated Added/Fixed/Notes
  • README.md: header + "What's new" section refer to v2.1.0; replaced per-version bullets with a single rollup line + CHANGELOG link
  • 11 docs/*.md badges: 2.0.9 → 2.1.0
  • docs/agents-reference.md subtitle, docs/migrating-from-v1.md latest-stable note: bumped

No code changes. No breaking changes. Drop-in replacement for v2.0.x.

Follow-up

🤖 Generated with Claude Code


Note

Low Risk
Documentation/metadata-only release bump (versions, badges, and release notes) with no runtime code changes, so functional risk is minimal aside from packaging/version pinning drift.

Overview
Release metadata bump to v2.1.0. Updates plugin.json version, adds a consolidated 2.1.0 entry to CHANGELOG.md summarizing the prior v2.0.5–v2.0.9 patch features/fixes, and refreshes README.md plus docs badges/text to reference 2.1.0.

No functional code changes are included; this PR is a semver-correct roll-up and documentation alignment.

Reviewed by Cursor Bugbot for commit dca4443. Bugbot is set up for automated code reviews on this repo. Configure here.

…release

The v2.0.5 → v2.0.9 patch series shipped meaningful features (multi-workspace
Slack #195, /ops:credentials audit #184, ops-ci current-state filter #196,
telegram preflight #185, userConfig schema upgrades #182). Per semver these
should have been a minor bump. This release retroactively rolls them up
into v2.1.0 with a single coherent CHANGELOG entry.

No code changes — only:
- plugin.json: 2.0.9 → 2.1.0
- CHANGELOG.md: new [2.1.0] entry consolidating Added/Fixed/Notes for the patch series
- README header + What's-new section: refer to v2.1.0
- 11 docs/*.md badges + agents-reference subtitle + migration latest-stable note: v2.0.9 → v2.1.0

Marketplace pin (.claude-plugin/marketplace.json) bumped in follow-up PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 2, 2026

Warning

Rate limit exceeded

@auroracapital has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 46 minutes and 44 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 387470f4-bf6a-4c6a-96ab-52276d5a0283

📥 Commits

Reviewing files that changed from the base of the PR and between 87c438e and dca4443.

📒 Files selected for processing (14)
  • claude-ops/.claude-plugin/plugin.json
  • claude-ops/CHANGELOG.md
  • claude-ops/README.md
  • claude-ops/docs/INDEX.md
  • claude-ops/docs/agents-reference.md
  • claude-ops/docs/agents.md
  • claude-ops/docs/daemon-guide.md
  • claude-ops/docs/deploy-fix.md
  • claude-ops/docs/marketplace-submissions.md
  • claude-ops/docs/memories-system.md
  • claude-ops/docs/migrating-from-v1.md
  • claude-ops/docs/recap.md
  • claude-ops/docs/safety-hooks.md
  • claude-ops/docs/skills-reference.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-v2.1.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 46 minutes and 44 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@auroracapital auroracapital merged commit 8ad4970 into main May 2, 2026
11 checks passed
@auroracapital auroracapital deleted the chore/release-v2.1.0 branch May 2, 2026 02:58
auroracapital added a commit that referenced this pull request May 2, 2026
Pins marketplace ops plugin to v2.1.0 (released via PR #199 — minor release rolling up v2.0.5–v2.0.9 features).

Same pattern as PR #192 (2.0.7→2.0.8) and #197 (2.0.8→2.0.9).

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Comment thread claude-ops/CHANGELOG.md

### Added

- **Multi-workspace Slack support** (was v2.0.9 / PR #195). Single ops install can now connect to multiple Slack workspaces simultaneously and route messages by workspace context. Adds `bin/ops-slack-workspaces` for inspection.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The CHANGELOG incorrectly attributes "Multi-workspace Slack support" to v2.0.9, contradicting other documentation that cites v2.0.8.
Severity: LOW

Suggested Fix

Verify the correct release version for the "Multi-workspace Slack support" feature and update the CHANGELOG.md entry to reflect the accurate version. Ensure consistency with other documentation like docs/skills-reference.md.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.

Location: claude-ops/CHANGELOG.md#L11

Potential issue: The v2.1.0 CHANGELOG entry incorrectly attributes "Multi-workspace
Slack support" to version v2.0.9. This contradicts other documentation within the
repository, such as `docs/skills-reference.md`, which states the feature was introduced
in v2.0.8. A review of historical changelogs and the removed README section confirms the
feature was not part of v2.0.9. This introduces a factual inconsistency in the version
history, which is the primary focus of the pull request.

Did we get this right? 👍 / 👎 to inform future reviews.

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