chore(main): release 1.1.2#84
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9f7f132e13
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [project] | ||
| name = "skillport" | ||
| version = "1.1.1" | ||
| version = "1.1.2" |
There was a problem hiding this comment.
Keep split package versions synchronized
Bumping only the root package to 1.1.2 leaves packages/skillport-core, packages/skillport-mcp, the root skillport-core==... dependency, and the dev skillport-mcp==... pin at 1.1.1. The repository explicitly enforces a single synchronized split-package version in tests/unit/test_dependency_boundaries.py::test_split_package_versions_stay_synchronized and ::test_root_dev_environment_installs_mcp_workspace_command, so this release commit will fail those checks and publish inconsistent package metadata unless the related versions/pins are updated together.
Useful? React with 👍 / 👎.
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
1.1.2 (2026-06-23)
Bug Fixes
This PR was generated with Release Please. See documentation.