Skip to content

release: 1.0.0#63

Merged
DataDave-Dev merged 1 commit into
mainfrom
release-1.0.0
Jul 2, 2026
Merged

release: 1.0.0#63
DataDave-Dev merged 1 commit into
mainfrom
release-1.0.0

Conversation

@DataDave-Dev

Copy link
Copy Markdown
Owner

First stable release 🎉

Turns becwright from a well-tested 0.x into a stable 1.0 with a committed public contract. This is the release act at the end of the path-to-1.0.0 work (PRs #59, #60, #61, #62): the groundwork is already merged; this PR flips the switches.

Changes

  • pyproject.toml: version = "1.0.0", classifier → Development Status :: 5 - Production/Stable.
  • src/becwright/__init__.py: __version__ = "1.0.0".
  • README.md / README.es.md: Stability & versioning section reworded from Beta → stable; the path-to-1.0 checklist replaced with a one-line summary of the groundwork; pin examples updated to 1.0.0.
  • CHANGELOG.md: [Unreleased] notes moved into [1.0.0] — 2026-07-02 with a release summary and compare links.

No behavior change since 0.4.0

Intentionally. Everything that makes the contract dependable (format versioning, frozen field set, documented + test-locked exit codes and check --json, deprecation policy, real-repo validation) already landed in #59#62. This release only adds the guarantee, so a user on 0.4.0 upgrading to 1.0.0 sees the same tool with a stable promise.

After merge — publish

Per documentation/releasing.md: create a GitHub release tagged v1.0.0 (matches pyproject.toml). That triggers release.yml, which builds the binaries, sets the npm package versions from the tag, and publishes to npm + PyPI. (npm package.json files are set from the tag at publish time, so they aren't edited here.)

Test plan

  • pytest — 253 passing.
  • Version consistent across pyproject.toml and __version__ (both 1.0.0).
  • Classifier is a valid trove value (Development Status :: 5 - Production/Stable).
  • No stale 0.4.0 references left in README.
  • becwright's own pre-commit hook passes.

First stable release. Bump version to 1.0.0, flip the classifier to
Development Status :: 5 - Production/Stable, and reword the README Stability
& versioning section from Beta to stable (the public contract is now frozen
under SemVer, breaking only on a major bump with one minor of deprecation
notice). No code behavior changed since 0.4.0 — this release ships the
guarantees, format versioning, and docs that make the contract dependable.
Move the [Unreleased] notes into [1.0.0] in the changelog.
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@DataDave-Dev, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 31 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 082e423a-4e86-4330-96e2-f001b0435a3b

📥 Commits

Reviewing files that changed from the base of the PR and between 2b247c9 and e4c75a5.

📒 Files selected for processing (5)
  • CHANGELOG.md
  • README.es.md
  • README.md
  • pyproject.toml
  • src/becwright/__init__.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-1.0.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.

@DataDave-Dev DataDave-Dev merged commit bb03efc into main Jul 2, 2026
5 checks passed
@DataDave-Dev DataDave-Dev deleted the release-1.0.0 branch July 2, 2026 17:18
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