Skip to content

version bump and release notes#369

Merged
axelsrz merged 2 commits intomainfrom
bump-to-0.9.0
Apr 15, 2026
Merged

version bump and release notes#369
axelsrz merged 2 commits intomainfrom
bump-to-0.9.0

Conversation

@axelsrz
Copy link
Copy Markdown
Member

@axelsrz axelsrz commented Apr 15, 2026

Summary

  • Documents the release of Microsoft 365 Agents SDK for Python v0.9.0
  • Updates all library READMEs with release notes table entry
  • Bumps TARGET-VERSION to 0.10.0 for the next development cycle

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 15, 2026 23:12
@axelsrz axelsrz requested a review from a team as a code owner April 15, 2026 23:12
@axelsrz axelsrz merged commit 642f4bc into main Apr 15, 2026
11 checks passed
@axelsrz axelsrz deleted the bump-to-0.9.0 branch April 15, 2026 23:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-VERSION to 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.

Comment thread versioning/TARGET-VERSION
@@ -1 +1 @@
0.9.0.
0.10.0.
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
0.10.0.
0.10.0

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants