chore(python-dsl): Release v1.1.0 #405
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.
Summary
Bump
codepathfinderPython DSL package from v1.0.0 to v1.1.0 for PyPI release.This release includes significant enhancements to argument matching capabilities that were developed after the initial v1.0.0 release on November 9, 2025.
What's New in v1.1.0
✨ New Features
Positional Argument Matching - Match function calls by argument position
Keyword Argument Matching - Match function calls by named arguments
Tuple Indexing - Match nested tuple arguments
Wildcard Support in Arguments - Pattern matching in argument values
Type Hints - Comprehensive type annotations for better IDE support
🐛 Bug Fixes
📝 Changes
CHANGELOG.mdto track version historycodepathfinder/__init__.pyversion to 1.1.0pyproject.tomlversion to 1.1.0Related PRs
Verification
Compared local changes with published v1.0.0 on PyPI:
matchers.pyhas changes (3,787 bytes → 7,978 bytes)Post-Merge Actions
After merging, manual PyPI publishing will be performed:
Checklist
__init__.pypyproject.toml🤖 Generated with Claude Code