Skip to content

Commit a8618b4

Browse files
committed
Bump version to 0.6.6
1 parent 50308f5 commit a8618b4

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,13 +1,18 @@
11
# Changelog
22

3-
## [v0.6.5](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.5) (2025-06-18)
3+
## [v0.6.6](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.6) (2025-07-07)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.4...v0.6.5)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.5...v0.6.6)
66

77
**Merged pull requests:**
88

9+
- \[APP-8732\] Add exitProvisioning\(\) wrapper to flutter SDK [\#402](https://github.com/viamrobotics/viam-flutter-sdk/pull/402) ([jckras](https://github.com/jckras))
10+
- Fix typo in documentation [\#401](https://github.com/viamrobotics/viam-flutter-sdk/pull/401) ([clintpurser](https://github.com/clintpurser))
11+
- v0.6.5 [\#400](https://github.com/viamrobotics/viam-flutter-sdk/pull/400) ([github-actions[bot]](https://github.com/apps/github-actions))
12+
- Automated Protos Update [\#399](https://github.com/viamrobotics/viam-flutter-sdk/pull/399) ([viambot](https://github.com/viambot))
913
- \[RSDK-10907\] Flutter SDK - Switch widget hits assert on first build [\#398](https://github.com/viamrobotics/viam-flutter-sdk/pull/398) ([Joyceku1020](https://github.com/Joyceku1020))
1014
- Add getKinematics to gripper [\#397](https://github.com/viamrobotics/viam-flutter-sdk/pull/397) ([gabegottlob](https://github.com/gabegottlob))
15+
- Add sendEmailInvite parameter to resendOrganizationInvite [\#396](https://github.com/viamrobotics/viam-flutter-sdk/pull/396) ([nandini-swami](https://github.com/nandini-swami))
1116
- Add GetMachineStatus to RobotClient [\#395](https://github.com/viamrobotics/viam-flutter-sdk/pull/395) ([kevin49999](https://github.com/kevin49999))
1217
- v0.6.4 [\#394](https://github.com/viamrobotics/viam-flutter-sdk/pull/394) ([github-actions[bot]](https://github.com/apps/github-actions))
1318
- Add generic service to registry [\#393](https://github.com/viamrobotics/viam-flutter-sdk/pull/393) ([njooma](https://github.com/njooma))
@@ -116,6 +121,10 @@
116121
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
117122
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
118123

124+
## [v0.6.5](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.5) (2025-06-18)
125+
126+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.4...v0.6.5)
127+
119128
## [v0.6.4](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.4) (2025-05-23)
120129

121130
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.3...v0.6.4)

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.6.5';
119+
const String sdkVersion = 'v0.6.6';
120120
const String apiTag = 'v0.1.453';
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.6.5
3+
version: 0.6.6
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)