Skip to content

chore(release): prepare 0.14.0-beta.0#363

Merged
benvinegar merged 1 commit into
mainfrom
release/0.14.0-beta.0
May 24, 2026
Merged

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

Conversation

@benvinegar
Copy link
Copy Markdown
Member

Summary

  • Bump hunkdiff to 0.14.0-beta.0.
  • Move the current changelog entries into the 0.14.0-beta.0 release section.
  • Update changelog compare links for the new beta and the missing 0.13.1 reference.

Test plan

  • bun run ./scripts/check-release-version.ts v0.14.0-beta.0
  • 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 24, 2026

Greptile Summary

This PR prepares the 0.14.0-beta.0 release by bumping the package version and reorganizing the changelog.

  • package.json: Version field updated from 0.13.1 to 0.14.0-beta.0.
  • CHANGELOG.md: Unreleased entries moved into a new [0.14.0-beta.0] section (dated 2026-05-24), a fresh [Unreleased] template added, and the previously missing [0.13.1] and [0.14.0-beta.0] compare links added at the bottom of the file.

Confidence Score: 5/5

Safe to merge — two files touched, both are release bookkeeping with no runtime logic.

The only changes are a version bump in package.json and changelog reorganization: unreleased entries promoted to a versioned section, a blank [Unreleased] template restored, and two previously missing compare links added. All three changelog links are internally consistent and the [0.13.1] section already exists in the file. Nothing here affects application behaviour.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version bumped from 0.13.1 to 0.14.0-beta.0 — single-field change, correct semver for a beta release.
CHANGELOG.md Moves unreleased entries into [0.14.0-beta.0], adds a fresh [Unreleased] template, and adds the previously missing [0.13.1] and [0.14.0-beta.0] compare links — all consistent with Keep a Changelog conventions.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Unreleased entries] -->|moved into| B["[0.14.0-beta.0] - 2026-05-24"]
    C["Fresh [Unreleased] template"] -->|added above| B
    B -->|compare link added| D["v0.13.1...v0.14.0-beta.0"]
    E["[0.13.1] compare link"] -->|was missing, now added| F["v0.13.0...v0.13.1"]
    G["[Unreleased] link updated"] -->|now points to| H["v0.14.0-beta.0...HEAD"]
    I["package.json version"] -->|bumped| J["0.13.1 → 0.14.0-beta.0"]
Loading

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

@benvinegar benvinegar merged commit 4e21faa into main May 24, 2026
6 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