Skip to content

Commit 24b6174

Browse files
Bump version to 0.11.0 (#438)
Co-authored-by: stuqdog <[email protected]>
1 parent e9d731b commit 24b6174

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

3-
## [v0.10.1](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.10.1) (2025-10-07)
3+
## [v0.11.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.11.0) (2025-10-27)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.0...v0.10.1)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.1...v0.11.0)
66

77
**Merged pull requests:**
88

9+
- RSDK-12421 - Remove remote\_path and local\_name [\#437](https://github.com/viamrobotics/viam-flutter-sdk/pull/437) ([cheukt](https://github.com/cheukt))
10+
- \[APP-9875\] Add new buttons for linear movement [\#432](https://github.com/viamrobotics/viam-flutter-sdk/pull/432) ([martha-johnston](https://github.com/martha-johnston))
11+
- v0.10.1 [\#430](https://github.com/viamrobotics/viam-flutter-sdk/pull/430) ([github-actions[bot]](https://github.com/apps/github-actions))
912
- Handle eos marker for gRPC over WebRTC requests [\#428](https://github.com/viamrobotics/viam-flutter-sdk/pull/428) ([seanavery](https://github.com/seanavery))
1013
- Automated Protos Update [\#427](https://github.com/viamrobotics/viam-flutter-sdk/pull/427) ([viambot](https://github.com/viambot))
1114
- APP-9242 - Improve Get Logs [\#426](https://github.com/viamrobotics/viam-flutter-sdk/pull/426) ([clintpurser](https://github.com/clintpurser))
@@ -145,6 +148,10 @@
145148
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
146149
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
147150

151+
## [v0.10.1](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.10.1) (2025-10-07)
152+
153+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.0...v0.10.1)
154+
148155
## [v0.10.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.10.0) (2025-09-08)
149156

150157
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.9.0...v0.10.0)

lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
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.10.1';
119+
const String sdkVersion = 'v0.11.0';
120120
const String apiTag = 'v0.1.479';
121121

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

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

66
environment:

0 commit comments

Comments
 (0)