Skip to content

Commit e9075d1

Browse files
committed
Bump version to 0.0.13
1 parent b4a824d commit e9075d1

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

Diff for: CHANGELOG.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Changelog
22

3-
## [v0.0.12](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.12) (2024-04-30)
4-
5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.11...v0.0.12)
3+
## [v0.0.13](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.13) (2024-05-03)
64

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

117
**Merged pull requests:**
128

9+
- Add VisionClient.fromRobot [\#199](https://github.com/viamrobotics/viam-flutter-sdk/pull/199) ([njooma](https://github.com/njooma))
10+
- v0.0.12 [\#198](https://github.com/viamrobotics/viam-flutter-sdk/pull/198) ([github-actions[bot]](https://github.com/apps/github-actions))
1311
- RSDK-7376 Add more logs to dial [\#197](https://github.com/viamrobotics/viam-flutter-sdk/pull/197) ([benjirewis](https://github.com/benjirewis))
1412
- \[RSDK-7392\] vision service client [\#196](https://github.com/viamrobotics/viam-flutter-sdk/pull/196) ([njooma](https://github.com/njooma))
13+
- Automated Protos Update [\#195](https://github.com/viamrobotics/viam-flutter-sdk/pull/195) ([github-actions[bot]](https://github.com/apps/github-actions))
1514
- Remove self-hosted runners [\#194](https://github.com/viamrobotics/viam-flutter-sdk/pull/194) ([njooma](https://github.com/njooma))
1615
- 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))
1716
- remove intl dependency [\#192](https://github.com/viamrobotics/viam-flutter-sdk/pull/192) ([clintpurser](https://github.com/clintpurser))
@@ -103,6 +102,14 @@
103102
- RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston))
104103
- Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions))
105104

105+
## [v0.0.12](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.12) (2024-04-30)
106+
107+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.11...v0.0.12)
108+
109+
**Closed issues:**
110+
111+
- Flutter sdk does not respect datachannel limit of 64Kb [\#161](https://github.com/viamrobotics/viam-flutter-sdk/issues/161)
112+
106113
## [v0.0.11](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.11) (2024-03-08)
107114

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

Diff for: pubspec.yaml

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

66
environment:

0 commit comments

Comments
 (0)