Files
gitlab-mcp/RELEASE_NOTES.md
simple 29659db0b7 [version-update] feat: bump version to 1.0.60 🎉
🚀 Breaking Changes:
- Updated merge request functionality with new options
- Improved handling of assignee usernames in issue listings

📝 Details:
- Added support for `remove_source_branch` and `squash` options for merge requests
- Fixed issue with assignee username handling in issue listing
- Generated RELEASE_NOTES.md from CHANGELOG.md
2025-06-07 09:20:19 +09:00

764 B

[1.0.60] - 2025-06-07

Added

  • 📄 Merge Request Enhancement: Added support for remove_source_branch and squash options for merge requests
    • Enhanced merge request functionality with additional configuration options
    • Allows automatic source branch removal after merge
    • Supports squash commits for cleaner Git history
    • See: PR #86

Fixed

  • 🔧 Issue Assignment Fix: Fixed list issues assignee username handling
    • Corrected assignee username field in issue listing functionality
    • Improved user assignment data processing for GitLab issues
    • See: PR #87, Issue #74