docs: Bump version to 1.1.1a1#448
Conversation
Summary of ChangesHello @rayrayraykk, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily focuses on updating the project's version across its configuration and source files. It also ensures that the documentation build process and version switcher correctly reflect the latest and previous release versions, maintaining consistency throughout the project's ecosystem. Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request primarily bumps the project version to 1.1.1a1 and updates the documentation build configurations. While the version updates are mostly correct, I've identified a significant issue in the JavaScript for the documentation's version switcher. The regular expression used to parse version numbers from URLs is too restrictive and will not work for the newly added v1.0.5.post1 version format. This will lead to incorrect behavior in version detection and switching. I have provided a specific comment with a suggested fix to address this.
There was a problem hiding this comment.
Pull request overview
This PR bumps the runtime package version to 1.1.1a1 and updates the cookbook documentation build/version-switch configuration to include newer published doc versions.
Changes:
- Bump package version to
1.1.1a1in both runtime code and packaging metadata. - Update cookbook doc build script and version switcher to include
v1.1.0andv1.0.5.post1.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/agentscope_runtime/version.py |
Updates runtime-reported __version__ string. |
pyproject.toml |
Updates Python package version metadata for publishing. |
cookbook/build.sh |
Adjusts the list of documentation versions to build from git tags/branches. |
cookbook/_templates/version-switch.html |
Updates the doc-site version switcher menu entries. |
No description provided.