Skip to content

Commit 0bbe6ef

Browse files
committed
Bump version to 0.9.0
1 parent 17dae60 commit 0bbe6ef

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

3-
## [v0.8.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.8.0) (2025-08-04)
3+
## [v0.9.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.9.0) (2025-08-11)
44

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

77
**Merged pull requests:**
88

9+
- fix branch name in ai-updater workflow [\#416](https://github.com/viamrobotics/viam-flutter-sdk/pull/416) ([gabegottlob](https://github.com/gabegottlob))
10+
- Automated Protos Update [\#415](https://github.com/viamrobotics/viam-flutter-sdk/pull/415) ([viambot](https://github.com/viambot))
11+
- v0.8.0 [\#414](https://github.com/viamrobotics/viam-flutter-sdk/pull/414) ([github-actions[bot]](https://github.com/apps/github-actions))
12+
- RSDK-11492: Add AI Updater Workflow [\#413](https://github.com/viamrobotics/viam-flutter-sdk/pull/413) ([gabegottlob](https://github.com/gabegottlob))
913
- RSDK-11510 - stop truncating mdns uri [\#412](https://github.com/viamrobotics/viam-flutter-sdk/pull/412) ([stuqdog](https://github.com/stuqdog))
14+
- Add support for retrieving and displaying Switch labels [\#411](https://github.com/viamrobotics/viam-flutter-sdk/pull/411) ([Joyceku1020](https://github.com/Joyceku1020))
1015
- DATA-4317: Added DatasetIDs as Input to data\_client [\#410](https://github.com/viamrobotics/viam-flutter-sdk/pull/410) ([etai-shuchatowitz](https://github.com/etai-shuchatowitz))
16+
- Automated Protos Update [\#409](https://github.com/viamrobotics/viam-flutter-sdk/pull/409) ([viambot](https://github.com/viambot))
1117
- Automated Protos Update [\#408](https://github.com/viamrobotics/viam-flutter-sdk/pull/408) ([viambot](https://github.com/viambot))
1218
- Automated Protos Update [\#407](https://github.com/viamrobotics/viam-flutter-sdk/pull/407) ([viambot](https://github.com/viambot))
1319
- v0.7.0 [\#406](https://github.com/viamrobotics/viam-flutter-sdk/pull/406) ([github-actions[bot]](https://github.com/apps/github-actions))
@@ -129,6 +135,10 @@
129135
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
130136
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
131137

138+
## [v0.8.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.8.0) (2025-08-04)
139+
140+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.7.0...v0.8.0)
141+
132142
## [v0.7.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.7.0) (2025-07-14)
133143

134144
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.6...v0.7.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.8.0';
119+
const String sdkVersion = 'v0.9.0';
120120
const String apiTag = 'v0.1.462';
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.8.0
3+
version: 0.9.0
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)