chore(main): release 0.3.0 - #215
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fd305a7. Configure here.
| { | ||
| "name": "Ask O11y", | ||
| "version": "0.3.14", | ||
| "version": "0.3.0", |
There was a problem hiding this comment.
Release version rolled back to 0.3.0
High Severity
This release sets the version to 0.3.0 after 0.3.14, even though 0.3.0 is already tagged and published to the Grafana catalog. The new changelog heading duplicates the existing 0.3.0 section and uses a reversed v0.3.14...v0.3.0 compare. Merging would fail tag creation or ship a version that catalogs treat as older than current releases.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit fd305a7. Configure here.


🤖 I have created a release beep boop
0.3.0 (2026-09-08)
Features
Bug Fixes
Performance Improvements
Reverts
Build System
This PR was generated with Release Please. See documentation.
Note
Medium Risk
No runtime code changes, but lowering the version from 0.3.14 to 0.3.0 and adding a duplicate-style 0.3.0 changelog block can confuse semver, tagging, and publishing if merged without an explicit release strategy.
Overview
This is a Release Please metadata-only PR: it does not change application source, only release bookkeeping.
It sets the published package version to 0.3.0 in
package.json,package-lock.json, and.github/release-please-manifest.json, down from 0.3.14. It also prepends a large 0.3.0 section toCHANGELOG.mdthat rolls up many historical feature, fix, performance, revert, and build entries (the new header linksv0.3.14...v0.3.0, which reads like a reverse semver step).Reviewers should treat this as a release/versioning decision, not a functional change: confirm whether resetting to
0.3.0is intentional and that tags, artifacts, and downstream installs will not conflict with existing0.3.xreleases already documented lower in the changelog.Reviewed by Cursor Bugbot for commit fd305a7. Bugbot is set up for automated code reviews on this repo. Configure here.