Skip to content

chore: bump version to v1.2.2#45

Merged
trsdn merged 3 commits into
mainfrom
version-bump/v1.2.2
Jun 10, 2026
Merged

chore: bump version to v1.2.2#45
trsdn merged 3 commits into
mainfrom
version-bump/v1.2.2

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

🚀 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

  1. Review: Maintainers review this version bump
  2. Merge: When merged, a git tag v1.2.2 will be created
  3. Release: The tag will trigger the automated release workflow
  4. Publish: Package will be published to PyPI automatically

✅ Pre-Release Checklist

  • Version number looks correct
  • Changelog entries are accurate
  • No breaking changes in patch release
  • All CI checks pass

This PR was originally created automatically by the version bump workflow and updated after #43 merged.

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.
@github-actions github-actions Bot requested a review from trsdn as a code owner June 10, 2026 10:53
@github-actions github-actions Bot added release Release-related pull requests and issues automated Automatically generated content labels Jun 10, 2026
trsdn and others added 2 commits June 10, 2026 13:05
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions

Copy link
Copy Markdown
Contributor Author

🔍 PR Analysis Results

PR: #45 | Commit: 3df1f7da2e8e8e8f804611920c6ade84faf130fa

🎨 Code Formatting

All files properly formatted

🔧 Code Linting

No linting issues found

📝 Type Checking

Type checking issues found

Click to see type issues
usage: mypy [-h] [-v] [-V] [more options; see below]
            [-m MODULE] [-p PACKAGE] [-c PROGRAM_TEXT] [files ...]
mypy: error: unrecognized arguments: --json-report mypy_report.json

Fix: 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

⚠️ Found 1 issue(s) that should be addressed:

  • 📝 Types: Issues found

🔧 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.
Report generated at 2026-06-10 11:07:07 UTC

@github-actions

Copy link
Copy Markdown
Contributor Author

🔍 CI Quality Gates Summary

Overall Status: ✅ All Passed

Check Status Details Action Required
🎨 Format ✅ Passed ruff format check None
🔧 Lint ✅ Passed ruff linting None
📝 Types ✅ Passed mypy type checking None
🧪 Tests ✅ Passed Unit tests None
📊 Coverage 82.2% Minimum: 80% None
🔌 MCP ✅ Valid Protocol compliance None
🔒 Security ✅ Clean Dependency audit None

🔗 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_mcp

Last updated: 2026-06-10 11:08:27 UTC

@github-actions

Copy link
Copy Markdown
Contributor Author

🔍 PR Quality Summary

CI Status

✅ Security: success
✅ Docs: success
✅ Tests: success

Metrics

Metric Value Trend
📊 Coverage N/A -
🧪 Tests Test results unavailable -
⏱️ Performance No performance data -

Quality Checks

  • Format & Lint: Ruff formatting and linting
  • Type Safety: MyPy strict type checking
  • Security: Bandit, Safety, GitLeaks scanning
  • MCP Protocol: Tool schema validation
  • Documentation: Docstring coverage (80%+)

MCP Tools

  • convert_file - Convert individual files to Markdown
  • convert_directory - Batch convert directories
  • list_supported_formats - Query supported file types

🤖 Auto-generated by CI • Last updated: 2026-06-10 11:11 UTC

@trsdn trsdn merged commit 10a4946 into main Jun 10, 2026
62 checks passed
@trsdn trsdn deleted the version-bump/v1.2.2 branch June 10, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automatically generated content release Release-related pull requests and issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants