Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simone-mcp",
"version": "0.3.0",
"version": "0.4.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Version bump to 0.4.0 looks good; verify docs and release artifacts are in sync.

No runtime impact; tests assert version as any string, so no changes needed. Please ensure README(s) and any inline docs don’t still reference 0.3.0, and that the CHANGELOG for 0.4.0 is present (PR #83).

Run this to locate any stale version references:


🏁 Script executed:

#!/bin/bash
# Find hardcoded references to the previous version
rg -nP -S '\b0\.3\.0\b' -C2

Length of output: 2890


Update CHANGELOG and documentation to reflect version 0.4.0

Please add and sync all release artifacts for v0.4.0:

  • mcp-server/CHANGELOG.md
    • Insert a new section at the top of the file:

    ## [0.4.0] – 2025-08-XX
    ### Added
    • …
    

    • Move the existing “## [Unreleased]” down or leave it as-is for future changes.

  • README(s) and inline docs
    • Search for any hard-coded “0.3.0” strings (e.g., in README.md, docs/) and update them to “0.4.0”.

  • Release artifacts
    • Ensure that the CHANGELOG entry for 0.4.0 is included in PR Release simone-mcp v0.4.0 #83.
    • Double-check that published docs (e.g., on GitHub Pages or npm) reference the correct version.

Note: references to v0.3.0 within lockfiles (package-lock.json, pnpm-lock.yaml, documentation’s lockfiles, etc.) correspond to dependency versions and do not need manual changes.

"description": "MCP server for Simone - AI-powered project and task management",
"type": "module",
"main": "./dist/index.js",
Expand Down