Skip to content

Commit a264f90

Browse files
committed
Bump version to 0.10.1
1 parent 2a3e2d6 commit a264f90

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

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

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

77
**Merged pull requests:**
88

9+
- Handle eos marker for gRPC over WebRTC requests [\#428](https://github.com/viamrobotics/viam-flutter-sdk/pull/428) ([seanavery](https://github.com/seanavery))
10+
- Automated Protos Update [\#427](https://github.com/viamrobotics/viam-flutter-sdk/pull/427) ([viambot](https://github.com/viambot))
11+
- APP-9242 - Improve Get Logs [\#426](https://github.com/viamrobotics/viam-flutter-sdk/pull/426) ([clintpurser](https://github.com/clintpurser))
12+
- Allow users to dial with only `accessToken` and no `credentials` [\#425](https://github.com/viamrobotics/viam-flutter-sdk/pull/425) ([clintpurser](https://github.com/clintpurser))
13+
- v0.10.0 [\#424](https://github.com/viamrobotics/viam-flutter-sdk/pull/424) ([github-actions[bot]](https://github.com/apps/github-actions))
914
- Update vision.dart [\#423](https://github.com/viamrobotics/viam-flutter-sdk/pull/423) ([npentrel](https://github.com/npentrel))
1015
- RSDK-11707 — Update Flutter SDK with new GetImages signature [\#422](https://github.com/viamrobotics/viam-flutter-sdk/pull/422) ([hexbabe](https://github.com/hexbabe))
1116
- use viam repo [\#420](https://github.com/viamrobotics/viam-flutter-sdk/pull/420) ([stuqdog](https://github.com/stuqdog))
@@ -140,6 +145,10 @@
140145
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
141146
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
142147

148+
## [v0.10.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.10.0) (2025-09-08)
149+
150+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.9.0...v0.10.0)
151+
143152
## [v0.9.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.9.0) (2025-08-11)
144153

145154
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.8.0...v0.9.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.0';
119+
const String sdkVersion = 'v0.10.1';
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.0
3+
version: 0.10.1
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)