Skip to content

chore(release): include latest fixes in 0.15.1#412

Merged
benvinegar merged 1 commit into
mainfrom
chore/release-0.15.1-head
Jun 10, 2026
Merged

chore(release): include latest fixes in 0.15.1#412
benvinegar merged 1 commit into
mainfrom
chore/release-0.15.1-head

Conversation

@benvinegar

Copy link
Copy Markdown
Member

Summary

  • Move the current unreleased fixes into the 0.15.1 changelog section.
  • Keep package version at 0.15.1 so current main can be tagged as v0.15.1 after merge.

Verification

  • /home/bentlegen/Projects/hunk-b/node_modules/.bin/oxfmt --check /tmp/hunk-release-0.15.1/CHANGELOG.md

This PR description was generated by Pi using OpenAI GPT-5 Codex

@benvinegar benvinegar merged commit 1de9e8a into main Jun 10, 2026
8 checks passed
@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Moves three unreleased bug-fix entries into the [0.15.1] changelog section so the current main tip can be tagged as v0.15.1. No code changes are included — this is a pure changelog reorganization.

  • Three fixes (daemon timeouts, OpenTUI theme rendering, Git watch index locking) are promoted from [Unreleased] into [0.15.1] - 2026-06-09, joining the previously listed $EDITOR shortcut fix.
  • The [Unreleased] section is left with empty Added, Changed, and Fixed subsections as a template for future work.

Confidence Score: 5/5

Safe to merge — only changelog text is touched, no code or configuration is affected.

The change is a pure textual reorganization of CHANGELOG.md: three already-written fix entries are lifted out of [Unreleased] and placed under the [0.15.1] date heading. Nothing is added, reworded, or deleted — no code, no config, no tests.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Three bug-fix entries moved from [Unreleased] into the [0.15.1] section; no content was altered, only reorganized.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["[Unreleased] (before)"] -->|"3 fix entries removed"| B["[Unreleased] (after)\nAdded / Changed / Fixed — empty template"]
    A -->|"3 fix entries added"| C["[0.15.1] - 2026-06-09\n• Restored 'e' shortcut (pre-existing)\n• Daemon timeouts\n• OpenTUI theme rendering\n• Git watch index locking"]
    C --> D["Ready to tag v0.15.1"]
Loading

Reviews (1): Last reviewed commit: "chore(release): include latest fixes in ..." | Re-trigger Greptile

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