Skip to content

Commit

Permalink
Bump version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Mar 8, 2024
1 parent 516f4ef commit cada9b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Changelog

## [v0.0.10](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.10) (2024-01-23)
## [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.9...v0.0.10)
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.10...v0.0.11)

**Merged pull requests:**

- Automated Protos Update [\#183](https://github.com/viamrobotics/viam-flutter-sdk/pull/183) ([github-actions[bot]](https://github.com/apps/github-actions))
- \[RSDK-6863\] webrtc message size [\#182](https://github.com/viamrobotics/viam-flutter-sdk/pull/182) ([njooma](https://github.com/njooma))
- Automated Protos Update [\#181](https://github.com/viamrobotics/viam-flutter-sdk/pull/181) ([github-actions[bot]](https://github.com/apps/github-actions))
- RSDK-6392 - Upgrade Bonsoir [\#180](https://github.com/viamrobotics/viam-flutter-sdk/pull/180) ([clintpurser](https://github.com/clintpurser))
- APP-3811 - Provisioning wrappers [\#179](https://github.com/viamrobotics/viam-flutter-sdk/pull/179) ([clintpurser](https://github.com/clintpurser))
- RSDK-5953 - add getFragment wrapper [\#178](https://github.com/viamrobotics/viam-flutter-sdk/pull/178) ([clintpurser](https://github.com/clintpurser))
- Automated Protos Update [\#177](https://github.com/viamrobotics/viam-flutter-sdk/pull/177) ([github-actions[bot]](https://github.com/apps/github-actions))
- RSDK-5953 - add newMachine wrapper [\#176](https://github.com/viamrobotics/viam-flutter-sdk/pull/176) ([clintpurser](https://github.com/clintpurser))
- misc android changes [\#175](https://github.com/viamrobotics/viam-flutter-sdk/pull/175) ([clintpurser](https://github.com/clintpurser))
- RSDK-6463: Add updateRobotPart [\#174](https://github.com/viamrobotics/viam-flutter-sdk/pull/174) ([mcvella](https://github.com/mcvella))
- v0.0.10 [\#173](https://github.com/viamrobotics/viam-flutter-sdk/pull/173) ([github-actions[bot]](https://github.com/apps/github-actions))
- Automated Protos Update [\#172](https://github.com/viamrobotics/viam-flutter-sdk/pull/172) ([github-actions[bot]](https://github.com/apps/github-actions))
- RSDK-6122: getAccuracy [\#170](https://github.com/viamrobotics/viam-flutter-sdk/pull/170) ([susmitaSanyal](https://github.com/susmitaSanyal))
- Automated Protos Update [\#169](https://github.com/viamrobotics/viam-flutter-sdk/pull/169) ([github-actions[bot]](https://github.com/apps/github-actions))
- RSDK-5424 - fix video stream on flutter web [\#168](https://github.com/viamrobotics/viam-flutter-sdk/pull/168) ([clintpurser](https://github.com/clintpurser))
Expand Down Expand Up @@ -74,6 +86,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.10](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.10) (2024-01-23)

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

## [v0.0.9](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.9) (2023-12-12)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.8...v0.0.9)
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.10
version: 0.0.11
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit cada9b2

Please sign in to comment.