Skip to content

Commit ceedcf7

Browse files
committedDec 12, 2023
Bump version to 0.0.9
1 parent 63add0e commit ceedcf7

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed
 

‎CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Changelog
22

3-
## [v0.0.8](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.8) (2023-11-15)
3+
## [v0.0.9](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.9) (2023-12-12)
44

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

77
**Merged pull requests:**
88

9+
- APP-3213 - add wrappers for org members/invites [\#157](https://github.com/viamrobotics/viam-flutter-sdk/pull/157) ([clintpurser](https://github.com/clintpurser))
10+
- Automated Protos Update [\#156](https://github.com/viamrobotics/viam-flutter-sdk/pull/156) ([github-actions[bot]](https://github.com/apps/github-actions))
11+
- Fix gitignore to include new build proto [\#155](https://github.com/viamrobotics/viam-flutter-sdk/pull/155) ([njooma](https://github.com/njooma))
12+
- \[RSDK-5873\] Update TabularDataByMQL to accept list of BSON docs [\#154](https://github.com/viamrobotics/viam-flutter-sdk/pull/154) ([ale7714](https://github.com/ale7714))
13+
- APP-3318 - Fix sticky motor slider [\#153](https://github.com/viamrobotics/viam-flutter-sdk/pull/153) ([clintpurser](https://github.com/clintpurser))
14+
- base auto stop bug fix [\#152](https://github.com/viamrobotics/viam-flutter-sdk/pull/152) ([clintpurser](https://github.com/clintpurser))
15+
- Automated Protos Update [\#151](https://github.com/viamrobotics/viam-flutter-sdk/pull/151) ([github-actions[bot]](https://github.com/apps/github-actions))
16+
- Automated Protos Update [\#150](https://github.com/viamrobotics/viam-flutter-sdk/pull/150) ([github-actions[bot]](https://github.com/apps/github-actions))
17+
- Automated Protos Update [\#149](https://github.com/viamrobotics/viam-flutter-sdk/pull/149) ([github-actions[bot]](https://github.com/apps/github-actions))
18+
- Automated Protos Update [\#148](https://github.com/viamrobotics/viam-flutter-sdk/pull/148) ([github-actions[bot]](https://github.com/apps/github-actions))
19+
- v0.0.8 [\#147](https://github.com/viamrobotics/viam-flutter-sdk/pull/147) ([github-actions[bot]](https://github.com/apps/github-actions))
920
- Add SQL and MQL tabular data query [\#145](https://github.com/viamrobotics/viam-flutter-sdk/pull/145) ([njooma](https://github.com/njooma))
1021
- Add new exception type for mdns [\#144](https://github.com/viamrobotics/viam-flutter-sdk/pull/144) ([njooma](https://github.com/njooma))
1122
- Automated Protos Update [\#143](https://github.com/viamrobotics/viam-flutter-sdk/pull/143) ([github-actions[bot]](https://github.com/apps/github-actions))
@@ -53,6 +64,10 @@
5364
- RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston))
5465
- Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions))
5566

67+
## [v0.0.8](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.8) (2023-11-15)
68+
69+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.7...v0.0.8)
70+
5671
## [v0.0.7](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.7) (2023-09-11)
5772

5873
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.6...v0.0.7)

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

66
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.