Skip to content

Commit

Permalink
Publish v1.0.2 (#47)
Browse files Browse the repository at this point in the history
Fix error in pubspec
  • Loading branch information
vladcto committed Feb 7, 2024
1 parent b84d253 commit 6ef4084
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.0.1
## 1.0.2

- Update docs.
- Update license.

## 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.2"
sdks:
dart: ">=3.2.0 <4.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:yandex_gpt_rest_api/src/models/models.dart';
/// Request for generating text completions in asynchronous mode.
///
/// See also:
/// - [YandexGptApi.generateAsyncText] - check status of operation with [id].
/// - [YandexGptApi.getOperationTextGenerate] - check status of operation with [id].
class TextGenerationAsyncResponse {
/// ID of the operation in Yandex Operations API.
final String id;
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: yandex_gpt_rest_api
description: A library for using YandexGPT API, such as generating text and obtain embeddings.
version: 1.0.1
homepage: https://github.com/vladcto/yandex-gpt-rest-sdk
repository: https://github.com/vladcto/yandex-gpt-rest-sdk
version: 1.0.2
homepage: https://github.com/vladcto/yandex-gpt-rest-api
repository: https://github.com/vladcto/yandex-gpt-rest-api

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 6ef4084

Please sign in to comment.