Skip to content

chore(release): prepare 0.46.0 - #147

Merged
elkaix merged 1 commit into
mainfrom
release/0.46.0
Jun 15, 2026
Merged

chore(release): prepare 0.46.0#147
elkaix merged 1 commit into
mainfrom
release/0.46.0

Conversation

@elkaix

@elkaix elkaix commented Jun 15, 2026

Copy link
Copy Markdown
Member

Summary

  • Bumps version 0.45.00.46.0 across pyproject.toml, uv.lock, README.md, install docs, and the linux-installer README
  • Moves ## Unreleased entries into ## 0.46.0 (2026-06-14) in CHANGELOG.md; resets Unreleased to empty
  • Syncs docs/en/release-notes/changelog.md via npm run sync
  • Adds ## 0.46.0 (2026-06-14) entry to docs/en/release-notes/breaking-changes.md (no breaking changes)
  • Updates README "What's New" section with 0.46.0 highlights

Highlights in 0.46.0

  • Faster auto-update detection — startup update check runs every 30 min instead of once a day; transient startup network errors retry next launch
  • Persistent update notice under the prompt — yellow ↑ Update available line, switches to restart-to-apply after a background install
  • Welcome banner robot stays visible in narrow terminals — stacks above the welcome copy below ~68 columns instead of being dropped

Verification

All local gates passed:

  • check_version_tag.py --expected-version 0.46.0 — ✅
  • check_pythinker_dependency_versions.py (all 5 packages) — ✅
  • tests/test_installation_docs.py + tests/test_homebrew_formula.py — ✅ 17 passed
  • git grep 0.45.0 leaves only historical CHANGELOG/breaking-changes blocks — ✅

Summary by CodeRabbit

  • Chores

    • Version bumped to 0.46.0.
  • Documentation

    • Updated installation instructions with new version references for Windows installers and Linux packages.
    • Updated CHANGELOG and README with 0.46.0 release information.

Bump version 0.45.0 → 0.46.0 across pyproject.toml, uv.lock, README,
install docs, and the linux-installer README. Move the Unreleased
entries into a dated 0.46.0 CHANGELOG block (synced to the docs copy)
and add the 0.46.0 breaking-changes entry (no breaking changes).
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e2cefcaf-8679-4745-8c30-7dd0c4300746

📥 Commits

Reviewing files that changed from the base of the PR and between 95f4619 and 9fd78b7.

⛔ Files ignored due to path filters (4)
  • docs/en/guides/getting-started.md is excluded by !docs/**
  • docs/en/release-notes/breaking-changes.md is excluded by !docs/**
  • docs/en/release-notes/changelog.md is excluded by !docs/**
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • CHANGELOG.md
  • README.md
  • packages/linux-installer/README.md
  • pyproject.toml

📝 Walkthrough

Walkthrough

Bumps the project version from 0.45.0 to 0.46.0 in pyproject.toml, promotes the Unreleased changelog section to a dated 0.46.0 entry, and updates all installer artifact names, download URLs, and SHA256 checksum references across README.md and packages/linux-installer/README.md.

Changes

Release 0.46.0 version bump

Layer / File(s) Summary
Canonical version bump
pyproject.toml
[project].version changed from 0.45.0 to 0.46.0.
Changelog and main README
CHANGELOG.md, README.md
Unreleased promoted to 0.46.0 (2026-06-14) with upgrade instructions; What's New section, Windows installer filenames (PythinkerSetup-0.46.0.exe), and Linux .deb/.rpm download and .sha256 verification commands all updated.
Linux installer docs
packages/linux-installer/README.md
End-user install commands, checksum filenames, build script invocation (build.sh 0.46.0), dist/ artifact names, and cargo-dist tarball example updated to 0.46.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Pythoughts-labs/pythinker-code#59: Same release-prep pattern — bumps pyproject.toml version and updates CHANGELOG.md, README.md, and packages/linux-installer/README.md installer references.
  • Pythoughts-labs/pythinker-code#101: Identical set of touched files and version-bump mechanics across pyproject.toml, CHANGELOG.md, README.md, and linux installer docs.
  • Pythoughts-labs/pythinker-code#113: Same Unreleased → versioned-release rotation in CHANGELOG.md plus matching installer filename and checksum updates.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title follows conventional commits format with 'chore(release)' type and clearly describes the main change: preparing version 0.46.0.
Description check ✅ Passed The description provides a comprehensive summary of all version bumps, file updates, highlights for 0.46.0, and verification steps. It aligns well with the template structure despite not using the exact template sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.46.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@elkaix

elkaix commented Jun 15, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@elkaix
elkaix merged commit 920d998 into main Jun 15, 2026
56 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Jun 30, 2026
7 tasks
@elkaix
elkaix deleted the release/0.46.0 branch July 17, 2026 20:04
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