docs: Bump version to official release v1.1.0#447
docs: Bump version to official release v1.1.0#447AgentScopeTeam merged 2 commits intoagentscope-ai:mainfrom
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 finalizes the release of version 1.1.0 by updating all relevant version identifiers within the project configuration and source code. Additionally, it ensures that the project's documentation accurately reflects this new official release, guiding users to the comprehensive changelog for detailed information. 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 finalizes the release of version 1.1.0. The changes include updating the version number in pyproject.toml and src/agentscope_runtime/version.py, and updating the README.md and README_zh.md files to announce the new version and link to the changelog. The changes are consistent and appropriate for a release. I've reviewed the code and found no issues in the changed files.
As a general suggestion for a follow-up, I noticed that some tests, like in tests/integrated/test_agent_app.py, are still using the @agent_app.init decorator. Since this decorator is deprecated in v1.1.0, it would be beneficial to update the tests to use the recommended lifespan context manager. This will ensure the test suite stays up-to-date with the latest API practices.
There was a problem hiding this comment.
Pull request overview
This PR bumps the AgentScope Runtime version from the beta release v1.1.0b5 to the official stable release v1.1.0. The version update is applied consistently across the codebase following established conventions, and the README files have been enhanced to reference the v1.1.0 release and provide links to the CHANGELOG for migration guidance.
Changes:
- Updated version from "v1.1.0b5" to "v1.1.0" in version.py and pyproject.toml
- Enhanced README news sections to mention v1.1.0 and add CHANGELOG links
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/agentscope_runtime/version.py | Updated version from "v1.1.0b5" to "v1.1.0" |
| pyproject.toml | Updated version from "1.1.0b5" to "1.1.0" (without "v" prefix per PEP 440) |
| README.md | Added v1.1.0 reference and CHANGELOG link to February 2026 news item |
| README_zh.md | Added v1.1.0 reference and CHANGELOG link to February 2026 news item (Chinese) |
No description provided.