From b326f4c3c3c43ec6b669a36bbc016377ebfc1a0c Mon Sep 17 00:00:00 2001 From: simple Date: Wed, 21 May 2025 03:40:02 +0900 Subject: [PATCH] docs: update release notes for v1.0.40 (2025-05-21) --- package.json | 2 +- release-notes.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a2307a3..3fbd295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zereight/mcp-gitlab", - "version": "1.0.39", + "version": "1.0.40", "description": "MCP server for using the GitLab API", "license": "MIT", "author": "zereight", diff --git a/release-notes.md b/release-notes.md index 3696c9f..e012c64 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,5 @@ -### Fixed +### 1.0.40 (2025-05-21) -- Added `expanded` property to `start` and `end` in `GitLabDiscussionNoteSchema` - Now you can expand or collapse more information at the start and end of discussion notes. - Example: In code review, you can choose to show or hide specific parts of the discussion. - (See: [PR #40](https://github.com/zereight/gitlab-mcp/pull/40)) +- Added support for listing discussions (comments/notes) on GitLab issues. + - Example: You can now easily fetch all conversations (comments) attached to an issue via the API. + - Related PR: [#44](https://github.com/zereight/gitlab-mcp/pull/44)