chore(release): v2.1.0 — consolidate v2.0.5–v2.0.9 features as minor release#199
chore(release): v2.1.0 — consolidate v2.0.5–v2.0.9 features as minor release#199auroracapital merged 1 commit intomainfrom
Conversation
…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>
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (14)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/1 reviews remaining, refill in 46 minutes and 44 seconds.Comment |
|
|
||
| ### 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. |
There was a problem hiding this comment.
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.
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:credentialsaudit #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.0CHANGELOG.md: new[2.1.0] — 2026-05-02entry with consolidated Added/Fixed/NotesREADME.md: header + "What's new" section refer to v2.1.0; replaced per-version bullets with a single rollup line + CHANGELOG linkdocs/*.mdbadges: 2.0.9 → 2.1.0docs/agents-reference.mdsubtitle,docs/migrating-from-v1.mdlatest-stable note: bumpedNo code changes. No breaking changes. Drop-in replacement for v2.0.x.
Follow-up
.claude-plugin/marketplace.jsonops plugin pin: 2.0.9 → 2.1.0 (separate PR per established pattern, see fix(marketplace): bump version to 2.0.8 to match plugin #192/fix(marketplace): bump version to 2.0.9 to match plugin #197)v2.1.0+ GitHub release after merge~/.claude/plugins/cache/ops-marketplace/ops/2.0.*and re-install🤖 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. Updatesplugin.jsonversion, adds a consolidated2.1.0entry toCHANGELOG.mdsummarizing the priorv2.0.5–v2.0.9patch features/fixes, and refreshesREADME.mdplus docs badges/text to reference2.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.