chore: bump version to 1.1.2 and update changelog - #16
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d619d632a5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [project] | ||
| name = "remoteshell-mcp" | ||
| version = "1.1.1" | ||
| version = "1.1.2" |
There was a problem hiding this comment.
Keep exported package version in sync
This bumps the distribution metadata to 1.1.2, but the package still exports __version__ = "1.0.0" from src/remoteshell_mcp/__init__.py. For consumers that check remoteshell_mcp.__version__ at runtime after upgrading, the installed package will report the wrong release, which can break version gating and diagnostics; please update or remove the exported version as part of this release bump.
Useful? React with 👍 / 👎.
Changes since 1.1.1
Fixed
MaxSessionsexhaustion (ChannelException: Administratively prohibited) (fix: close exec channels to prevent SSH MaxSessions exhaustion #14)Changed
pyproject.toml: 1.1.1 → 1.1.2CHANGELOG.md: added 1.1.2 entry (2026-08-19)uv.lock: syncedAll 12 tests pass.