chore: bump version to v1.2.2#45
Merged
Merged
Conversation
This patch version bump includes: - 3 commits since last release - Automated changelog generation - Version update in pyproject.toml Release will be triggered automatically when this PR is merged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
Author
🔍 PR Analysis ResultsPR: #45 | Commit: 🎨 Code Formatting✅ All files properly formatted 🔧 Code Linting✅ No linting issues found 📝 Type Checking❌ Type checking issues found Click to see type issuesFix: Add proper type annotations and resolve type errors 🔒 Security Analysis✅ No security issues detected 📊 Test Coverage Analysis✅ Coverage 82.17636022514071% meets 80% requirement 🧹 Dead Code Analysis✅ Dead code analysis completed 📋 Summary
🔧 Quick Fix Commands:# Fix formatting and auto-fixable linting issues
ruff format .
ruff check . --fix
# Run tests with coverage
pytest tests/unit/ --cov=markitdown_mcp --cov-report=term-missing
# Check security
bandit -r markitdown_mcp/This analysis was automatically generated by the PR feedback workflow. |
Contributor
Author
🔍 CI Quality Gates SummaryOverall Status: ✅ All Passed
🔗 Quick Links🛠️ Quick Fix Commands# Fix most issues automatically
ruff format .
ruff check . --fix
# Run tests locally
pytest tests/unit/ --cov=markitdown_mcp
# Check types
mypy markitdown_mcpLast updated: 2026-06-10 11:08:27 UTC |
Contributor
Author
🔍 PR Quality SummaryCI Status✅ Security: success Metrics
Quality Checks
MCP Tools
🤖 Auto-generated by CI • Last updated: 2026-06-10 11:11 UTC |
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.
🚀 Version Bump: v1.2.2
This PR bumps the package version after the merged fixes and performance cleanup.
📊 Release Summary
📝 Changelog Preview
🐛 Bug Fixes
⚡ Performance
🎯 What Happens Next
v1.2.2will be created✅ Pre-Release Checklist
This PR was originally created automatically by the version bump workflow and updated after #43 merged.