Skip to content

Commit 81d6333

Browse files
committed
Bump version to 0.0.14
1 parent bc6af3e commit 81d6333

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

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

3-
## [v0.0.13](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.13) (2024-05-03)
3+
## [v0.0.14](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.14) (2024-05-14)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.12...v0.0.13)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.13...v0.0.14)
66

77
**Merged pull requests:**
88

9+
- RSDK-6665 - add getCloudMetadata client method [\#209](https://github.com/viamrobotics/viam-flutter-sdk/pull/209) ([stuqdog](https://github.com/stuqdog))
10+
- RSDK-7405 - dataset wrappers [\#208](https://github.com/viamrobotics/viam-flutter-sdk/pull/208) ([stuqdog](https://github.com/stuqdog))
11+
- Automated Protos Update [\#207](https://github.com/viamrobotics/viam-flutter-sdk/pull/207) ([github-actions[bot]](https://github.com/apps/github-actions))
12+
- RSDK-7220 - Ml training wrappers [\#206](https://github.com/viamrobotics/viam-flutter-sdk/pull/206) ([stuqdog](https://github.com/stuqdog))
13+
- RSDK-7219: add billing wrappers [\#205](https://github.com/viamrobotics/viam-flutter-sdk/pull/205) ([purplenicole730](https://github.com/purplenicole730))
14+
- Automated Protos Update [\#204](https://github.com/viamrobotics/viam-flutter-sdk/pull/204) ([github-actions[bot]](https://github.com/apps/github-actions))
15+
- RSDK-7218 - Data sync wrappers [\#202](https://github.com/viamrobotics/viam-flutter-sdk/pull/202) ([stuqdog](https://github.com/stuqdog))
16+
- RSDK-7217 - Data wrappers [\#201](https://github.com/viamrobotics/viam-flutter-sdk/pull/201) ([stuqdog](https://github.com/stuqdog))
17+
- v0.0.13 [\#200](https://github.com/viamrobotics/viam-flutter-sdk/pull/200) ([github-actions[bot]](https://github.com/apps/github-actions))
918
- Add VisionClient.fromRobot [\#199](https://github.com/viamrobotics/viam-flutter-sdk/pull/199) ([njooma](https://github.com/njooma))
1019
- v0.0.12 [\#198](https://github.com/viamrobotics/viam-flutter-sdk/pull/198) ([github-actions[bot]](https://github.com/apps/github-actions))
1120
- RSDK-7376 Add more logs to dial [\#197](https://github.com/viamrobotics/viam-flutter-sdk/pull/197) ([benjirewis](https://github.com/benjirewis))
@@ -102,6 +111,10 @@
102111
- RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston))
103112
- Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions))
104113

114+
## [v0.0.13](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.13) (2024-05-03)
115+
116+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.12...v0.0.13)
117+
105118
## [v0.0.12](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.12) (2024-04-30)
106119

107120
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.11...v0.0.12)

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.0.13
3+
version: 0.0.14
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)