Skip to content

chore(release): prepare 0.14.0-beta.2#374

Merged
benvinegar merged 1 commit into
mainfrom
chore/release-0.14.0-beta.2
May 25, 2026
Merged

chore(release): prepare 0.14.0-beta.2#374
benvinegar merged 1 commit into
mainfrom
chore/release-0.14.0-beta.2

Conversation

@benvinegar
Copy link
Copy Markdown
Member

Summary

  • Bump hunkdiff package version to 0.14.0-beta.2
  • Move current unreleased fixes into the 0.14.0-beta.2 changelog section
  • Update changelog comparison links for the new beta tag

Verification

  • bun run typecheck
  • bun test

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

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 25, 2026

Greptile Summary

Prepares the 0.14.0-beta.2 release by bumping the package version and promoting two previously unreleased fixes into a dated changelog section.

  • package.json: version incremented from 0.14.0-beta.1 to 0.14.0-beta.2.
  • CHANGELOG.md: two fixes (inline context expansion memory cap and terminal control-sequence hardening) moved from [Unreleased] into a new ## [0.14.0-beta.2] - 2026-05-25 section; [Unreleased] comparison link updated and a new [0.14.0-beta.2] diff link added.

Confidence Score: 5/5

This is a clean release preparation commit touching only the version field and changelog — no logic or runtime behaviour is affected.

Both changed files are purely mechanical: the version string in package.json and the changelog entries in CHANGELOG.md. The comparison links are consistent, the new beta.2 section is correctly dated and positioned, and the [Unreleased] template is left in the expected empty state for future work.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Moves two fixed entries from [Unreleased] into a new [0.14.0-beta.2] section, updates comparison links correctly.
package.json Version bumped from 0.14.0-beta.1 to 0.14.0-beta.2; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["[Unreleased]\n(empty Added / Changed / Fixed)"] -->|"comparison link"| B["v0.14.0-beta.2...HEAD"]
    C["[0.14.0-beta.2] - 2026-05-25"] -->|"comparison link"| D["v0.14.0-beta.1...v0.14.0-beta.2"]
    C --> E["Fixed: inline context expansion memory cap"]
    C --> F["Fixed: terminal control-sequence hardening"]
    G["package.json version"] -->|"bumped to"| H["0.14.0-beta.2"]
Loading

Reviews (1): Last reviewed commit: "chore(release): prepare 0.14.0-beta.2" | Re-trigger Greptile

@benvinegar benvinegar merged commit 97793d5 into main May 25, 2026
8 checks passed
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