Conversation
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Documents the Microsoft 365 Agents SDK for Python v0.9.0 release across package READMEs and adds the v0.9.0 section to the root changelog, while bumping the repo’s target version to 0.10.0 for the next development cycle.
Changes:
- Bump
versioning/TARGET-VERSIONto 0.10.0 for the next cycle. - Add v0.9.0 release notes section to
changelog.md. - Add a 0.9.0 entry to the “Release Notes” table in each library README.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| versioning/TARGET-VERSION | Updates the target version used by versioning tooling. |
| libraries/microsoft-agents-storage-cosmos/readme.md | Adds 0.9.0 release notes table entry/link. |
| libraries/microsoft-agents-storage-blob/readme.md | Adds 0.9.0 release notes table entry/link. |
| libraries/microsoft-agents-hosting-teams/readme.md | Adds 0.9.0 release notes table entry/link. |
| libraries/microsoft-agents-hosting-fastapi/readme.md | Adds 0.9.0 release notes table entry/link. |
| libraries/microsoft-agents-hosting-core/readme.md | Adds 0.9.0 release notes table entry/link. |
| libraries/microsoft-agents-hosting-aiohttp/readme.md | Adds 0.9.0 release notes table entry/link. |
| libraries/microsoft-agents-copilotstudio-client/readme.md | Adds 0.9.0 release notes table entry/link. |
| libraries/microsoft-agents-authentication-msal/readme.md | Adds 0.9.0 release notes table entry/link. |
| libraries/microsoft-agents-activity/readme.md | Adds 0.9.0 release notes table entry/link. |
| changelog.md | Adds the v0.9.0 release notes section at the top. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1 +1 @@ | |||
| 0.9.0. | |||
| 0.10.0. | |||
There was a problem hiding this comment.
TARGET-VERSION contains a trailing period (0.10.0.). Since this file is used by setuptools-git-versioning as version_file, the value should be a valid version string (e.g., 0.10.0), otherwise version parsing/build metadata generation can fail. Please remove the trailing . (and keep just a newline).
| 0.10.0. | |
| 0.10.0 |
Summary