Skip to content

Bump version to 1.1.3 (patch release) - #116

Merged
simeji merged 2 commits into
masterfrom
claude/perf-refactor
Aug 2, 2026
Merged

Bump version to 1.1.3 (patch release)#116
simeji merged 2 commits into
masterfrom
claude/perf-refactor

Conversation

@simeji

@simeji simeji commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bumps VERSION in cmd/jid/jid.go from 1.1.2 to 1.2.0 (minor release), following the perf work merged in Optimize per-keystroke hot path: precompiled regexes, memoization, render caching #115.
  • Adds a 1.2.0 entry to ChangeLog summarizing the performance improvements: precompiled hot-path regexes, GetFilteredData/GetPretty/evalJMESPath memoization, cached terminal cell rendering, reduced allocations, and skipping the pretty marshal in key mode.
  • Updates the download links in docs/index.md from v1.1.2 to v1.2.0, following the existing convention from prior version bumps (e.g. 849faf6).

Test plan

  • go build ./...
  • go vet ./...
  • go test ./... (all existing tests pass)
  • jid --version prints jid version v1.2.0

Note: per repo convention, no git tag / GitHub release is created here — that step is done separately when explicitly requested.

@codex review

Ships the per-keystroke performance work in this branch: precompiled
hot-path regexes, GetFilteredData/GetPretty/evalJMESPath memoization,
cached terminal cell rendering, and reduced allocations.
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Can't wait for the next one!

Reviewed commit: 8dbd74fe24

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

This release is pure internal performance work with no user-visible
behavior change, so a patch bump fits the project's own convention
better than minor (cf. 1.1.2, which shipped a real feature as a patch
release).
@simeji simeji changed the title Bump version to 1.2.0 (minor release) Bump version to 1.1.3 (patch release) Aug 2, 2026
@simeji
simeji merged commit e5c5a9d into master Aug 2, 2026
2 checks passed
@simeji
simeji deleted the claude/perf-refactor branch August 2, 2026 01:23
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