Skip to content

chore(release): prepare 0.15.2#425

Merged
benvinegar merged 1 commit into
mainfrom
chore/release-0.15.2
Jun 13, 2026
Merged

chore(release): prepare 0.15.2#425
benvinegar merged 1 commit into
mainfrom
chore/release-0.15.2

Conversation

@benvinegar

Copy link
Copy Markdown
Member

Summary

  • Bump package version to 0.15.2
  • Move current Unreleased changelog entries into a 0.15.2 section dated 2026-06-13
  • Reset Unreleased and update changelog compare links

Verification

  • bun run typecheck
  • bun run lint
  • bun test

This PR description was generated by Pi using GPT-5

@greptile-apps

greptile-apps Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Standard release-prep PR that bumps package.json to 0.15.2, promotes the current Unreleased changelog entries into a dated [0.15.2] section (adding one new fix for menu-dropdown transparency), resets the Unreleased block, and updates the compare links.

  • package.json: version incremented from 0.15.10.15.2.
  • CHANGELOG.md: scroll-position and --transparent-bg fixes moved from Unreleased into [0.15.2] - 2026-06-13; a new fix for menu-dropdown/help-dialog readability in transparent-bg mode is added directly; compare links updated to point [Unreleased] at v0.15.2...HEAD and a new [0.15.2] link added.

Confidence Score: 5/5

Safe to merge — the two-file change is a mechanical version bump and changelog promotion with no logic changes.

Both files contain only documentation and metadata changes. The version bump is a single string replacement, the changelog entries are accurately moved from Unreleased, and the compare links are correctly updated.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version bumped from 0.15.1 to 0.15.2 — single-line change, correct.
CHANGELOG.md Unreleased entries moved into a new [0.15.2] section; compare links updated. An empty ### Added subsection is left in the 0.15.2 entry.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Unreleased entries] -->|moved to| B["[0.15.2] - 2026-06-13"]
    C[New fix: transparent-bg menus] -->|added directly to| B
    B --> D[package.json version 0.15.2]
    E["[Unreleased] compare link"] -->|updated to| F["v0.15.2...HEAD"]
    G["New compare link"] -->|added| H["[0.15.2]: v0.15.1...v0.15.2"]
Loading
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
CHANGELOG.md:13-17
The `### Added` subsection in the 0.15.2 release block is empty. Keep a Changelog convention (and the pattern used by every other release in this file) is to omit subsections that have no entries, so this heading adds noise without content.

```suggestion
## [0.15.2] - 2026-06-13

### Changed
```

Reviews (1): Last reviewed commit: "chore(release): prepare 0.15.2" | Re-trigger Greptile

Comment thread CHANGELOG.md
Comment on lines +13 to +17
## [0.15.2] - 2026-06-13

### Added

### Changed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 The ### Added subsection in the 0.15.2 release block is empty. Keep a Changelog convention (and the pattern used by every other release in this file) is to omit subsections that have no entries, so this heading adds noise without content.

Suggested change
## [0.15.2] - 2026-06-13
### Added
### Changed
## [0.15.2] - 2026-06-13
### Changed
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 13-17

Comment:
The `### Added` subsection in the 0.15.2 release block is empty. Keep a Changelog convention (and the pattern used by every other release in this file) is to omit subsections that have no entries, so this heading adds noise without content.

```suggestion
## [0.15.2] - 2026-06-13

### Changed
```

How can I resolve this? If you propose a fix, please make it concise.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@benvinegar benvinegar merged commit 48dc6d0 into main Jun 13, 2026
8 checks passed
@benvinegar benvinegar deleted the chore/release-0.15.2 branch June 13, 2026 14:40
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