Skip to content

Commit 0438f95

Browse files
Bump version to 0.0.30
1 parent fc84a99 commit 0438f95

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

3-
## [v0.0.29](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.29) (2024-11-26)
3+
## [v0.0.30](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.30) (2024-12-09)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.28...v0.0.29)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.29...v0.0.30)
66

77
**Merged pull requests:**
88

9+
- \[RSDK-9250\] - Add stream options handlers [\#308](https://github.com/viamrobotics/viam-flutter-sdk/pull/308) ([seanavery](https://github.com/seanavery))
10+
- v0.0.29 [\#307](https://github.com/viamrobotics/viam-flutter-sdk/pull/307) ([github-actions[bot]](https://github.com/apps/github-actions))
911
- Add default local name and remote path [\#306](https://github.com/viamrobotics/viam-flutter-sdk/pull/306) ([njooma](https://github.com/njooma))
1012
- Reset stream in camera\_stream if camera changes [\#305](https://github.com/viamrobotics/viam-flutter-sdk/pull/305) ([kevin49999](https://github.com/kevin49999))
1113
- Update how streams are re-added [\#304](https://github.com/viamrobotics/viam-flutter-sdk/pull/304) ([njooma](https://github.com/njooma))
@@ -30,6 +32,10 @@
3032
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
3133
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
3234

35+
## [v0.0.29](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.29) (2024-11-26)
36+
37+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.28...v0.0.29)
38+
3339
## [v0.0.28](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.28) (2024-11-21)
3440

3541
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.27...v0.0.28)

lib/src/utils.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
116116
}
117117

118118
String getVersionMetadata() {
119-
const String sdkVersion = 'v0.0.29';
119+
const String sdkVersion = 'v0.0.30';
120120
const String apiTag = 'v0.1.367';
121121

122122
return 'flutter;$sdkVersion;$apiTag';

pubspec.yaml

+1-1
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.29
3+
version: 0.0.30
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)