Skip to content

Increment versions for ai releases#48847

Open
azure-sdk wants to merge 1 commit intoAzure:mainfrom
azure-sdk:increment-package-version-ai-6172883
Open

Increment versions for ai releases#48847
azure-sdk wants to merge 1 commit intoAzure:mainfrom
azure-sdk:increment-package-version-ai-6172883

Conversation

@azure-sdk
Copy link
Copy Markdown
Collaborator

Increment package versions for ai releases

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

This PR increments Azure AI Java package versions to start the next development cycle (2.1.0-beta.1) and updates release metadata to match.

Changes:

  • Bumps azure-ai-agents and azure-ai-projects Maven versions to 2.1.0-beta.1 (and updates the intra-SDK dependency in azure-ai-projects).
  • Adds new (Unreleased) sections for 2.1.0-beta.1 in both package changelogs.
  • Updates eng/versioning/version_client.txt to set GA dependency versions to 2.0.1 while advancing current versions to 2.1.0-beta.1.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
sdk/ai/azure-ai-projects/pom.xml Bumps module version and aligns the azure-ai-agents dependency to the new current beta.
sdk/ai/azure-ai-projects/CHANGELOG.md Adds 2.1.0-beta.1 (Unreleased) section.
sdk/ai/azure-ai-agents/pom.xml Bumps module version to 2.1.0-beta.1.
sdk/ai/azure-ai-agents/CHANGELOG.md Adds 2.1.0-beta.1 (Unreleased) section.
eng/versioning/version_client.txt Advances current versions to 2.1.0-beta.1 while updating GA dependency versions to 2.0.1.

<groupId>com.azure</groupId>
<artifactId>azure-ai-agents</artifactId>
<version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

The module version was bumped to 2.1.0-beta.1, but the dependency snippet in this package's README still references 2.0.1 (within the {x-version-update-start/end} block). Please update the README version snippet to match the new current version so published docs and automation stay consistent.

Copilot uses AI. Check for mistakes.
<groupId>com.azure</groupId>
<artifactId>azure-ai-projects</artifactId>
<version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} -->
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} -->
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

The module version was bumped to 2.1.0-beta.1, but the dependency snippet in this package's README still references 2.0.1 (within the {x-version-update-start/end} block). Please update the README version snippet to match the new current version so published docs and automation stay consistent.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants