Skip to content

Commit 40b4a4d

Browse files
Bump version to 0.0.11 (#184)
Co-authored-by: njooma <[email protected]>
1 parent 516f4ef commit 40b4a4d

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

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

3-
## [v0.0.10](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.10) (2024-01-23)
3+
## [v0.0.11](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.11) (2024-03-08)
44

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

77
**Merged pull requests:**
88

9+
- Automated Protos Update [\#183](https://github.com/viamrobotics/viam-flutter-sdk/pull/183) ([github-actions[bot]](https://github.com/apps/github-actions))
10+
- \[RSDK-6863\] webrtc message size [\#182](https://github.com/viamrobotics/viam-flutter-sdk/pull/182) ([njooma](https://github.com/njooma))
11+
- Automated Protos Update [\#181](https://github.com/viamrobotics/viam-flutter-sdk/pull/181) ([github-actions[bot]](https://github.com/apps/github-actions))
12+
- RSDK-6392 - Upgrade Bonsoir [\#180](https://github.com/viamrobotics/viam-flutter-sdk/pull/180) ([clintpurser](https://github.com/clintpurser))
13+
- APP-3811 - Provisioning wrappers [\#179](https://github.com/viamrobotics/viam-flutter-sdk/pull/179) ([clintpurser](https://github.com/clintpurser))
14+
- RSDK-5953 - add getFragment wrapper [\#178](https://github.com/viamrobotics/viam-flutter-sdk/pull/178) ([clintpurser](https://github.com/clintpurser))
15+
- Automated Protos Update [\#177](https://github.com/viamrobotics/viam-flutter-sdk/pull/177) ([github-actions[bot]](https://github.com/apps/github-actions))
16+
- RSDK-5953 - add newMachine wrapper [\#176](https://github.com/viamrobotics/viam-flutter-sdk/pull/176) ([clintpurser](https://github.com/clintpurser))
17+
- misc android changes [\#175](https://github.com/viamrobotics/viam-flutter-sdk/pull/175) ([clintpurser](https://github.com/clintpurser))
18+
- RSDK-6463: Add updateRobotPart [\#174](https://github.com/viamrobotics/viam-flutter-sdk/pull/174) ([mcvella](https://github.com/mcvella))
19+
- v0.0.10 [\#173](https://github.com/viamrobotics/viam-flutter-sdk/pull/173) ([github-actions[bot]](https://github.com/apps/github-actions))
20+
- Automated Protos Update [\#172](https://github.com/viamrobotics/viam-flutter-sdk/pull/172) ([github-actions[bot]](https://github.com/apps/github-actions))
921
- RSDK-6122: getAccuracy [\#170](https://github.com/viamrobotics/viam-flutter-sdk/pull/170) ([susmitaSanyal](https://github.com/susmitaSanyal))
1022
- Automated Protos Update [\#169](https://github.com/viamrobotics/viam-flutter-sdk/pull/169) ([github-actions[bot]](https://github.com/apps/github-actions))
1123
- RSDK-5424 - fix video stream on flutter web [\#168](https://github.com/viamrobotics/viam-flutter-sdk/pull/168) ([clintpurser](https://github.com/clintpurser))
@@ -74,6 +86,10 @@
7486
- RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston))
7587
- Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions))
7688

89+
## [v0.0.10](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.10) (2024-01-23)
90+
91+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.9...v0.0.10)
92+
7793
## [v0.0.9](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.9) (2023-12-12)
7894

7995
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.8...v0.0.9)

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

66
environment:

0 commit comments

Comments
 (0)