Skip to content

Commit 7ba0238

Browse files
committed
Bump version to 0.7.0
1 parent c17ab57 commit 7ba0238

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.6.6](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.6) (2025-07-07)
3+
## [v0.7.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.7.0) (2025-07-14)
44

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

77
**Merged pull requests:**
88

9+
- DATA-4295: SDK/CLI changes to support ExportTabularData and GetLatestTabularData [\#405](https://github.com/viamrobotics/viam-flutter-sdk/pull/405) ([Emerald-Z](https://github.com/Emerald-Z))
10+
- v0.6.6 [\#404](https://github.com/viamrobotics/viam-flutter-sdk/pull/404) ([github-actions[bot]](https://github.com/apps/github-actions))
11+
- Automated Protos Update [\#403](https://github.com/viamrobotics/viam-flutter-sdk/pull/403) ([viambot](https://github.com/viambot))
912
- \[APP-8732\] Add exitProvisioning\(\) wrapper to flutter SDK [\#402](https://github.com/viamrobotics/viam-flutter-sdk/pull/402) ([jckras](https://github.com/jckras))
1013
- Fix typo in documentation [\#401](https://github.com/viamrobotics/viam-flutter-sdk/pull/401) ([clintpurser](https://github.com/clintpurser))
1114
- v0.6.5 [\#400](https://github.com/viamrobotics/viam-flutter-sdk/pull/400) ([github-actions[bot]](https://github.com/apps/github-actions))
@@ -121,6 +124,10 @@
121124
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
122125
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
123126

127+
## [v0.6.6](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.6) (2025-07-07)
128+
129+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.5...v0.6.6)
130+
124131
## [v0.6.5](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.5) (2025-06-18)
125132

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

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

66
environment:

0 commit comments

Comments
 (0)