Skip to content

Commit 8aadbfe

Browse files
authored
Increment package versions for textanalytics releases (#41295)
1 parent a199c66 commit 8aadbfe

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
4747
com.azure:azure-ai-openai;1.0.0-beta.10;1.0.0-beta.11
4848
com.azure:azure-ai-openai-assistants;1.0.0-beta.3;1.0.0-beta.4
4949
com.azure:azure-ai-personalizer;1.0.0-beta.1;1.0.0-beta.2
50-
com.azure:azure-ai-textanalytics;5.4.7;5.5.0
50+
com.azure:azure-ai-textanalytics;5.5.0;5.6.0-beta.1
5151
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
5252
com.azure:azure-ai-translation-text;1.0.0;1.1.0-beta.1
5353
com.azure:azure-ai-translation-document;1.0.0-beta.2;1.0.0-beta.3

sdk/aot/azure-aot-graalvm-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.azure</groupId>
110110
<artifactId>azure-ai-textanalytics</artifactId>
111-
<version>5.4.7</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
111+
<version>5.5.0</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
112112
</dependency>
113113

114114

sdk/textanalytics/azure-ai-textanalytics-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.azure</groupId>
3434
<artifactId>azure-ai-textanalytics</artifactId>
35-
<version>5.5.0</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
35+
<version>5.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
3636
</dependency>
3737

3838
<dependency>

sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 5.6.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.5.0 (2024-07-25)
414

515
### Other Changes

sdk/textanalytics/azure-ai-textanalytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-ai-textanalytics</artifactId>
16-
<version>5.5.0</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
16+
<version>5.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
1717

1818
<name>Microsoft Azure client library for Text Analytics</name>
1919
<description>This package contains the Microsoft Azure Cognitive Services Text Analytics SDK.</description>

0 commit comments

Comments
 (0)