Prepare azure.ai.agents 0.1.40-preview release#8653
Closed
Copilot wants to merge 2 commits into
Closed
Conversation
Co-authored-by: glharper <64209257+glharper@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare new patch release for azure.ai.agents
Prepare azure.ai.agents 0.1.40-preview release
Jun 15, 2026
glharper
approved these changes
Jun 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the azure.ai.agents azd extension for the 0.1.40-preview patch release by updating the extension version metadata and adding a new release entry to the extension changelog.
Changes:
- Bump
azure.ai.agentsextension version to0.1.40-preview. - Add a
0.1.40-preview (2026-06-15)section to the extension changelog with the two included PRs and contributor attribution.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/azd/extensions/azure.ai.agents/version.txt | Updates the extension version to 0.1.40-preview. |
| cli/azd/extensions/azure.ai.agents/extension.yaml | Keeps the extension manifest version in sync with version.txt. |
| cli/azd/extensions/azure.ai.agents/CHANGELOG.md | Adds the 0.1.40-preview release section with PR links and thanks. |
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
vhvb1989
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump and changelog for the next
azure.ai.agentspatch release (PR 1 of the two-PR release flow;registry.jsonis updated separately in PR 2 after artifacts publish).Changes
version.txt→0.1.40-previewextension.yaml→version: 0.1.40-preview(kept in sync withversion.txt)CHANGELOG.md→ new## 0.1.40-preview (2026-06-15)section covering the two extension-scoped PRs merged since 0.1.39-preview:ModuleNotFoundError.dataset.local_uripaths against the agent project.Both PRs credit external contributors (@v1212, @Zyysurely), matching the existing flat-bullet changelog style.
Fixes #8652