release: 0.2.1#103
Merged
Merged
Conversation
Bump version to 0.2.1 and add changelog entry for the brainstate 0.5 / pytest 9.1 dependency-compatibility maintenance release (#102).
Reviewer's GuidePrepares the 0.2.1 maintenance release by bumping the internal version constant and documenting the dependency-compatibility fixes and verification details in the changelog, without introducing any functional or public-API changes. Sequence diagram for publish workflow version verificationsequenceDiagram
participant Developer
participant GitTag as Git_tag_v0_2_1
participant Repo as braintrace_repo
participant CI as Publish_workflow
Developer->>Repo: Update __version__ to 0.2.1
Developer->>Repo: Update changelog Version_0_2_1 section
Developer->>GitTag: Create tag v0.2.1
GitTag->>CI: Trigger publish workflow
CI->>Repo: Read braintrace/_version.py __version__
CI->>GitTag: Read tag name v0.2.1
CI-->>CI: [compare version to tag]
CI-->>Developer: Publish release if versions match
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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 free
to 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.
Summary
Prepare the 0.2.1 maintenance release.
braintrace/_version.pyfrom0.2.0→0.2.1.## Version 0.2.1section tochangelog.md.0.2.1 is a maintenance release that restores compatibility with the latest
brain-ecosystem dependencies and toolchain (
brainstate0.5,saiunit/brainunit0.5.1,pytest9.1), shipped in #102. There are no functionalor public-API changes — code written against 0.2.0 works unchanged.
The Publish workflow verifies the release tag matches
braintrace/_version.py,so this bump is required before tagging
v0.2.1.Verification
From #102, verified locally: full suite 1367 passed (2 xfailed), mypy clean
across 51 files, and wheel + sdist build with
py.typedshipped (PEP 561).Summary by Sourcery
Prepare the 0.2.1 maintenance release to restore compatibility with updated brain-ecosystem dependencies and testing/tooling stack.
Bug Fixes:
Enhancements:
Build: