Skip to content

Release 2.0.0 - #10

Merged
devRMA merged 2 commits into
fix/profile-and-utilsfrom
chore/release-2.0.0
Aug 2, 2026
Merged

Release 2.0.0#10
devRMA merged 2 commits into
fix/profile-and-utilsfrom
chore/release-2.0.0

Conversation

@devRMA

Copy link
Copy Markdown
Owner

Major, because the release breaks things on purpose:

  • Python 3.7-3.9 can no longer install it.
  • Nested lap() blocks now record separate laps instead of merging.
  • Statistics(values) copies instead of aliasing.
  • Stopwatch.running reflects any running lap.
  • profile takes keyword-only parameters and rejects report_every < 1.

1.1.2 was bumped in pyproject but never tagged or released, and
git diff v1.1.1..main -- stopwatch/ is empty, so the changelog entry
covers everything since 1.1.1 rather than inventing a 1.1.2 section.

SECURITY.md's supported-versions table follows the new major.

Co-Authored-By: Claude Opus 5 noreply@anthropic.com


Stack created with GitHub Stacks CLIGive Feedback 💬

@vercel

vercelBot commented Aug 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
stopwatch2-omipErrorErrorAug 2, 2026 8:59pm

devRMAand others added 2 commits August 2, 2026 17:59
Major, because the release breaks things on purpose:
- Python 3.7-3.9 can no longer install it.
- Nested `lap()` blocks now record separate laps instead of merging.
- `Statistics(values)` copies instead of aliasing.
- `Stopwatch.running` reflects any running lap.
- `profile` takes keyword-only parameters and rejects `report_every < 1`.
`1.1.2` was bumped in pyproject but never tagged or released, and
`git diff v1.1.1..main -- stopwatch/` is empty, so the changelog entry
covers everything since 1.1.1 rather than inventing a 1.1.2 section.
SECURITY.md's supported-versions table follows the new major.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@devRMA
devRMAforce-pushed the chore/release-2.0.0 branch from 6d96943 to d836781CompareAugust 2, 2026 20:59
@devRMAdevRMA self-assigned this Aug 2, 2026
@devRMA
devRMA merged commit 18a3708 into mainAug 2, 2026
8 of 16 checks passed
@devRMA
devRMA deleted the chore/release-2.0.0 branch August 2, 2026 21:22
Sign up for freeto 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

@devRMA