From 5760583316b09c17741932325bade9dc59708310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:58:08 -0400 Subject: [PATCH] Bump version to 0.0.21 (#263) Co-authored-by: lia-viam --- CHANGELOG.md | 12 ++++++++++-- lib/src/utils.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d2c42899..eea922ebbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [v0.0.20](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.20) (2024-08-26) +## [v0.0.21](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.21) (2024-09-24) -[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.19...v0.0.20) +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.20...v0.0.21) **Merged pull requests:** +- make RobotClientOptions properties \*not\* final [\#260](https://github.com/viamrobotics/viam-flutter-sdk/pull/260) ([clintpurser](https://github.com/clintpurser)) +- fix documentation comment [\#259](https://github.com/viamrobotics/viam-flutter-sdk/pull/259) ([clintpurser](https://github.com/clintpurser)) +- Workflow/update protos [\#258](https://github.com/viamrobotics/viam-flutter-sdk/pull/258) ([njooma](https://github.com/njooma)) +- v0.0.20 [\#257](https://github.com/viamrobotics/viam-flutter-sdk/pull/257) ([github-actions[bot]](https://github.com/apps/github-actions)) - Add shutdown function [\#256](https://github.com/viamrobotics/viam-flutter-sdk/pull/256) ([njooma](https://github.com/njooma)) - RSDK-8607 - fix timeout generation bug [\#255](https://github.com/viamrobotics/viam-flutter-sdk/pull/255) ([stuqdog](https://github.com/stuqdog)) - v0.0.19 [\#254](https://github.com/viamrobotics/viam-flutter-sdk/pull/254) ([github-actions[bot]](https://github.com/apps/github-actions)) @@ -157,6 +161,10 @@ - RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston)) - Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions)) +## [v0.0.20](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.20) (2024-08-26) + +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.19...v0.0.20) + ## [v0.0.19](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.19) (2024-08-12) [Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.18...v0.0.19) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 9c388574c0..8ff4b4cc83 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.20'; + const String sdkVersion = 'v0.0.21'; const String apiTag = 'v0.1.341'; return 'flutter;$sdkVersion;$apiTag'; } diff --git a/pubspec.yaml b/pubspec.yaml index b7d5578032..2add960e8d 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.20 +version: 0.0.21 homepage: https://github.com/viamrobotics/viam-flutter-sdk/ environment: