chore: bump v2.10.1 patch version (FXC-4769) #3139
Merged
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.
Greptile Overview
Greptile Summary
Updates package version from 2.10.0 to 2.10.1 across the codebase. The version is incremented in both the main version file and the package configuration, along with the matching
tidy3d-extrasdependency version.Confidence Score: 4/5
tidy3d/version.pyandpyproject.toml, including the matchingtidy3d-extrasdependency version. The changes are minimal, focused, and pose no functional risk. However, the CHANGELOG.md file has not been updated to document the changes included in this patch release, which violates the repository's changelog requirement policy. This is a documentation issue rather than a functional concern, so the score is 4 instead of 5.Important Files Changed
File Analysis
Sequence Diagram
sequenceDiagram participant Dev as Developer participant PY as pyproject.toml participant VER as version.py participant PKG as Package Build Dev->>PY: "Update version 2.10.0 → 2.10.1" Dev->>VER: "Update __version__ 2.10.0 → 2.10.1" PY->>PKG: "Define package version" VER->>PKG: "Define runtime version" PKG-->>Dev: "Ready for v2.10.1 release"Note
Releases patch version 2.10.1 and aligns related artifacts.
pyproject.tomlandtidy3d/version.pyto2.10.1tidy3d-extrasto2.10.1and add CodeArtifact source entryschemas/*Simulation*.json)versionfields to2.10.1poetry.lockwith minor upgrades (e.g.,jupyter-client 8.8.0,klujax 0.4.5,tox 4.34.0) and metadata adjustmentsWritten by Cursor Bugbot for commit 00aab00. This will update automatically on new commits. Configure here.