chore: bump version to v1.2.0#33
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the project version from v1.1.0 to v1.2.0 as part of an automated release process based on conventional commits. The changes include version updates and configuration formatting improvements.
- Updates project version to v1.2.0 in pyproject.toml
- Reformats pyproject.toml configuration arrays to use multi-line format for better readability
- Adds placeholder changelog entries and test workflow comments
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Updates version to 1.2.0 and reformats configuration arrays to multi-line format |
| README.md | Adds test workflow comment |
| CHANGELOG.md | Adds placeholder changelog entry with date placeholder |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [Unreleased] | ||
| ## [] - $(date +%Y-%m-%d) |
There was a problem hiding this comment.
The changelog entry has an empty version number in brackets and uses a shell command $(date +%Y-%m-%d) that won't be executed in markdown. This should be replaced with the actual version number '1.2.0' and a proper date format.
| ## [] - $(date +%Y-%m-%d) | |
| ## [1.2.0] - 2024-06-10 |
6714e6a to
18f6fb0
Compare
18f6fb0 to
d9437a3
Compare
6ad6dc9 to
cca8396
Compare
cca8396 to
3ec866e
Compare
fb36a73 to
a0c6d00
Compare
a0c6d00 to
f1abb9d
Compare
This minor version bump includes: - 96 commits since last release - Automated changelog generation - Version update in pyproject.toml Release will be triggered automatically when this PR is merged.
f1abb9d to
27b1509
Compare
🔍 PR Analysis ResultsPR: #33 | 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 80.48289738430583% 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. |
🔍 PR Quality SummaryCI Status⚪ Security: pending Metrics
Quality Checks
MCP Tools
🤖 Auto-generated by CI • Last updated: 2025-12-08 11:52 UTC |
🔍 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: 2025-12-08 11:53:09 UTC |
🚀 Automated Version Bump: v1.2.0
This PR automatically bumps the version based on conventional commits since the last release.
📊 Release Summary
📝 Changelog Preview
✨ Features
🐛 Bug Fixes
🎯 What Happens Next
v1.2.0will be created✅ Pre-Release Checklist
This PR was created automatically by the version bump workflow. The release will be fully automated upon merge.