Skip to content

Commit 61ecd7c

Browse files
authored
Merge pull request #124 from WordPress/prepare/0.2.1-release
Version bump to 0.2.1
2 parents e9e335b + 2406e7b commit 61ecd7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ProviderImplementations/Anthropic/AnthropicModelMetadataDirectory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static function (array $modelData) use (
150150
* earlier in the sorted list. The objective is not to be opinionated about which models are better, but to ensure
151151
* that more commonly used, more recent, or flagship models are presented first to users.
152152
*
153-
* @since n.e.x.t
153+
* @since 0.2.1
154154
*
155155
* @param ModelMetadata $a First model.
156156
* @param ModelMetadata $b Second model.

src/ProviderImplementations/Google/GoogleModelMetadataDirectory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ static function (array $modelData) use (
247247
* earlier in the sorted list. The objective is not to be opinionated about which models are better, but to ensure
248248
* that more commonly used, more recent, or flagship models are presented first to users.
249249
*
250-
* @since n.e.x.t
250+
* @since 0.2.1
251251
*
252252
* @param ModelMetadata $a First model.
253253
* @param ModelMetadata $b Second model.

src/ProviderImplementations/OpenAi/OpenAiModelMetadataDirectory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ static function (array $modelData) use (
247247
* earlier in the sorted list. The objective is not to be opinionated about which models are better, but to ensure
248248
* that more commonly used, more recent, or flagship models are presented first to users.
249249
*
250-
* @since n.e.x.t
250+
* @since 0.2.1
251251
*
252252
* @param ModelMetadata $a First model.
253253
* @param ModelMetadata $b Second model.

0 commit comments

Comments
 (0)