Skip to content

Commit d7d0f3f

Browse files
committed
Bump version to 0.0.21
1 parent c403355 commit d7d0f3f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

3-
## [v0.0.20](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.20) (2024-08-26)
3+
## [v0.0.21](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.21) (2024-09-24)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.19...v0.0.20)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.20...v0.0.21)
66

77
**Merged pull requests:**
88

9+
- make RobotClientOptions properties \*not\* final [\#260](https://github.com/viamrobotics/viam-flutter-sdk/pull/260) ([clintpurser](https://github.com/clintpurser))
10+
- fix documentation comment [\#259](https://github.com/viamrobotics/viam-flutter-sdk/pull/259) ([clintpurser](https://github.com/clintpurser))
11+
- Workflow/update protos [\#258](https://github.com/viamrobotics/viam-flutter-sdk/pull/258) ([njooma](https://github.com/njooma))
12+
- v0.0.20 [\#257](https://github.com/viamrobotics/viam-flutter-sdk/pull/257) ([github-actions[bot]](https://github.com/apps/github-actions))
913
- Add shutdown function [\#256](https://github.com/viamrobotics/viam-flutter-sdk/pull/256) ([njooma](https://github.com/njooma))
1014
- RSDK-8607 - fix timeout generation bug [\#255](https://github.com/viamrobotics/viam-flutter-sdk/pull/255) ([stuqdog](https://github.com/stuqdog))
1115
- 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 @@
157161
- RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston))
158162
- Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions))
159163

164+
## [v0.0.20](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.20) (2024-08-26)
165+
166+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.19...v0.0.20)
167+
160168
## [v0.0.19](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.19) (2024-08-12)
161169

162170
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.18...v0.0.19)

lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ grpc_duration.Duration durationToProto(Duration duration) {
9393
}
9494

9595
String getVersionMetadata() {
96-
const String sdkVersion = 'v0.0.20';
96+
const String sdkVersion = 'v0.0.21';
9797
const String apiTag = 'v0.1.337';
9898
return 'flutter;$sdkVersion;$apiTag';
9999
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: viam_sdk
22
description: Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
3-
version: 0.0.20
3+
version: 0.0.21
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)