Skip to content

Commit

Permalink
Bump version to 0.0.13 (#200)
Browse files Browse the repository at this point in the history
Co-authored-by: njooma <njooma@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and njooma authored May 3, 2024
1 parent b4a824d commit 88f76c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Changelog

## [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)
## [v0.0.13](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.13) (2024-05-03)

**Closed issues:**

- Flutter sdk does not respect datachannel limit of 64Kb [\#161](https://github.com/viamrobotics/viam-flutter-sdk/issues/161)
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.12...v0.0.13)

**Merged pull requests:**

- 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))
- \[RSDK-7392\] vision service client [\#196](https://github.com/viamrobotics/viam-flutter-sdk/pull/196) ([njooma](https://github.com/njooma))
- Automated Protos Update [\#195](https://github.com/viamrobotics/viam-flutter-sdk/pull/195) ([github-actions[bot]](https://github.com/apps/github-actions))
- Remove self-hosted runners [\#194](https://github.com/viamrobotics/viam-flutter-sdk/pull/194) ([njooma](https://github.com/njooma))
- RSDK-7309: Update Status for Board in Flutter SDK [\#193](https://github.com/viamrobotics/viam-flutter-sdk/pull/193) ([martha-johnston](https://github.com/martha-johnston))
- remove intl dependency [\#192](https://github.com/viamrobotics/viam-flutter-sdk/pull/192) ([clintpurser](https://github.com/clintpurser))
Expand Down Expand Up @@ -103,6 +102,14 @@
- 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.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)

**Closed issues:**

- Flutter sdk does not respect datachannel limit of 64Kb [\#161](https://github.com/viamrobotics/viam-flutter-sdk/issues/161)

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

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.10...v0.0.11)
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.12
version: 0.0.13
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit 88f76c4

Please sign in to comment.