Skip to content

Bump version to 0.11.0 #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cliffhall
Copy link
Contributor

@cliffhall cliffhall commented Apr 25, 2025

  • In main.yml
    • reversed a change from last release that did an explicit build during the publish step, because the prepare script was no longer in package.json
  • In package.json
    • replaced prepare script, which will cause automatic build after npm install
    • set version to 0.11.0
    • set versions of inspector-cli, inspector-client, and inspector-server to 0.11.0
  • In package.lock.json
    • updated versions of inspector, inspector-cli, inspector-client, and inspector-server to 0.11.0
  • In cli/package.json
    • set version to 0.11.0
    • set versions of sdk to 1.10.2
  • In client/package.json
    • set version to 0.11.0
    • set versions of sdk to 1.10.2
  • In server/package.json
    • set version to 0.11.0
    • set versions of sdk to 1.10.2

Motivation and Context

StreamableHttp is available now and people need to test it.

How Has This Been Tested?

Build, test, lint, manual tests. Also checked that npm install resulted in a subsequent build.

Breaking Changes

Nope.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Version bump

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

* In main.yml
  - reversed a change from last release that did an explicit build, because the prepare script was no longer in package.json
* In package.json
  - replaced prepare script, which will cause automatic build after npm install
  - set version to 0.11.0
  - set versions of inspector-cli, inspector-client, and inspector-server to  ^0.11.0
* In package.lock.json
  - updated versions of inspector, inspector-cli, inspector-client, and inspector-server to  ^0.11.0
* In cli/package.json
  - set version to 0.11.0
  - set versions of sdk to 1.10.2
* In client/package.json
  - set version to 0.11.0
  - set versions of sdk to 1.10.2
* In server/package.json
  - set version to 0.11.0
  - set versions of sdk to 1.10.2
@cliffhall cliffhall requested review from olaservo and dsp-ant April 25, 2025 15:52
@cliffhall cliffhall changed the title Bump release to 0.11.0 Bump version to 0.11.0 Apr 25, 2025
Copy link
Collaborator

@olaservo olaservo left a comment

Choose a reason for hiding this comment

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

LGTM, but lets wait on merging until Monday AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants