Release 2.0.0 - #10
Merged
Merged
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
devRMAforce-pushed
the
chore/release-2.0.0
branch
from
August 2, 2026 20:59
6d96943 to
d836781CompareUh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Major, because the release breaks things on purpose:
lap()blocks now record separate laps instead of merging.Statistics(values)copies instead of aliasing.Stopwatch.runningreflects any running lap.profiletakes keyword-only parameters and rejectsreport_every < 1.1.1.2was bumped in pyproject but never tagged or released, andgit diff v1.1.1..main -- stopwatch/is empty, so the changelog entrycovers 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 CLI • Give Feedback 💬