Skip to content

Commit

Permalink
Bump version to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cheukt committed May 14, 2024
1 parent bc6af3e commit 81d6333
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Changelog

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

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

**Merged pull requests:**

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

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

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

## [v0.0.12](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.12) (2024-04-30)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.11...v0.0.12)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: viam_sdk
description: Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
version: 0.0.13
version: 0.0.14
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit 81d6333

Please sign in to comment.