Skip to content

Commit

Permalink
Increment package versions for openai releases (#41686)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Aug 29, 2024
1 parent dc642dd commit 2b40a53
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ com.azure:azure-ai-formrecognizer;4.1.10;4.1.10
com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-metricsadvisor;1.2.1;1.3.0-beta.1
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-openai;1.0.0-beta.10;1.0.0-beta.11
com.azure:azure-ai-openai-assistants;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-ai-openai;1.0.0-beta.11;1.0.0-beta.12
com.azure:azure-ai-openai-assistants;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-ai-personalizer;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-textanalytics;5.5.1;5.6.0-beta.1
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
10 changes: 10 additions & 0 deletions sdk/openai/azure-ai-openai-assistants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.4 (2024-08-29)

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

<groupId>com.azure</groupId>
<artifactId>azure-ai-openai-assistants</artifactId>
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-ai-openai-assistants;current} -->
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-ai-openai-assistants;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Client Library for OpenAI Assistants</name>
Expand Down
10 changes: 10 additions & 0 deletions sdk/openai/azure-ai-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.12 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.11 (2024-08-29)

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

<groupId>com.azure</groupId>
<artifactId>azure-ai-openai</artifactId>
<version>1.0.0-beta.11</version> <!-- {x-version-update;com.azure:azure-ai-openai;current} -->
<version>1.0.0-beta.12</version> <!-- {x-version-update;com.azure:azure-ai-openai;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Client Library For OpenAI</name>
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-openai</artifactId>
<version>1.0.0-beta.10</version> <!-- {x-version-update;com.azure:azure-ai-openai;dependency} -->
<version>1.0.0-beta.11</version> <!-- {x-version-update;com.azure:azure-ai-openai;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2b40a53

Please sign in to comment.