Skip to content

Commit 5e1c35c

Browse files
Bump version to 0.6.4 (#394)
Co-authored-by: njooma <[email protected]>
1 parent 49d8829 commit 5e1c35c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3-
## [v0.6.3](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.3) (2025-05-22)
3+
## [v0.6.4](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.4) (2025-05-23)
44

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

77
**Merged pull requests:**
88

9+
- Add generic service to registry [\#393](https://github.com/viamrobotics/viam-flutter-sdk/pull/393) ([njooma](https://github.com/njooma))
10+
- v0.6.3 [\#392](https://github.com/viamrobotics/viam-flutter-sdk/pull/392) ([github-actions[bot]](https://github.com/apps/github-actions))
911
- Add base methods [\#391](https://github.com/viamrobotics/viam-flutter-sdk/pull/391) ([njooma](https://github.com/njooma))
1012
- v0.6.2 [\#390](https://github.com/viamrobotics/viam-flutter-sdk/pull/390) ([github-actions[bot]](https://github.com/apps/github-actions))
1113
- RSDK-10772 Add generic service client [\#389](https://github.com/viamrobotics/viam-flutter-sdk/pull/389) ([njooma](https://github.com/njooma))
@@ -110,6 +112,10 @@
110112
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
111113
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
112114

115+
## [v0.6.3](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.3) (2025-05-22)
116+
117+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.2...v0.6.3)
118+
113119
## [v0.6.2](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.2) (2025-05-22)
114120

115121
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.1...v0.6.2)

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

66
environment:

0 commit comments

Comments
 (0)