From c946f4d2cb121b53f87ec476c84842710a03b653 Mon Sep 17 00:00:00 2001 From: lia-viam Date: Mon, 11 Nov 2024 16:47:03 +0000 Subject: [PATCH] Bump version to 0.0.26 --- CHANGELOG.md | 8 ++++++-- lib/src/utils.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38114528d3..783e9e78e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [v0.0.25](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25) (2024-11-04) +## [v0.0.26](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26) (2024-11-11) -[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.25) +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.26) **Merged pull requests:** +- Automated Protos Update [\#292](https://github.com/viamrobotics/viam-flutter-sdk/pull/292) ([github-actions[bot]](https://github.com/apps/github-actions)) +- Automated Protos Update [\#291](https://github.com/viamrobotics/viam-flutter-sdk/pull/291) ([github-actions[bot]](https://github.com/apps/github-actions)) +- Automated Protos Update [\#290](https://github.com/viamrobotics/viam-flutter-sdk/pull/290) ([github-actions[bot]](https://github.com/apps/github-actions)) +- v0.0.25 [\#289](https://github.com/viamrobotics/viam-flutter-sdk/pull/289) ([github-actions[bot]](https://github.com/apps/github-actions)) - Automated Protos Update [\#287](https://github.com/viamrobotics/viam-flutter-sdk/pull/287) ([github-actions[bot]](https://github.com/apps/github-actions)) - RSDK-9180: Change TabularDataBySQL/MQL return type to raw BSON in Flutter SDK [\#286](https://github.com/viamrobotics/viam-flutter-sdk/pull/286) ([jckras](https://github.com/jckras)) - \[RSDK-7568\] Add get properties to vision [\#285](https://github.com/viamrobotics/viam-flutter-sdk/pull/285) ([njooma](https://github.com/njooma)) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 478d29475c..432360e51f 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -93,7 +93,7 @@ grpc_duration.Duration durationToProto(Duration duration) { } String getVersionMetadata() { - const String sdkVersion = 'v0.0.25'; + const String sdkVersion = 'v0.0.26'; const String apiTag = 'v0.1.360'; return 'flutter;$sdkVersion;$apiTag'; diff --git a/pubspec.yaml b/pubspec.yaml index b5636b933a..caedcc632f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: viam_sdk description: Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely. -version: 0.0.25 +version: 0.0.26 homepage: https://github.com/viamrobotics/viam-flutter-sdk/ environment: