Skip to content

Commit

Permalink
Increment package versions for batch releases (#42768)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Oct 31, 2024
1 parent 04752f3 commit 13c4e30
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ com.azure:azure-communication-messages;1.1.0;1.2.0-beta.1
com.azure:azure-communication-phonenumbers;1.1.18;1.2.0-beta.4
com.azure:azure-communication-rooms;1.1.7;1.2.0-beta.1
com.azure:azure-communication-sms;1.1.29;1.2.0-beta.1
com.azure:azure-compute-batch;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-compute-batch;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-containers-containerregistry;1.2.13;1.3.0-beta.1
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.53.0;1.54.0-beta.1
Expand Down
10 changes: 10 additions & 0 deletions sdk/batch/azure-compute-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.3 (2024-10-31)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/batch/azure-compute-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-compute-batch</artifactId>
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-compute-batch;current} -->
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-compute-batch;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Batch Client</name>
Expand Down

0 comments on commit 13c4e30

Please sign in to comment.