Skip to content

Commit 20e9c99

Browse files
committed
Bump version to 0.0.31
1 parent c6c9217 commit 20e9c99

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

3-
## [v0.0.30](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.30) (2024-12-09)
3+
## [v0.0.31](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.31) (2024-12-16)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.29...v0.0.30)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.30...v0.0.31)
66

77
**Merged pull requests:**
88

9+
- Start mdns after setting listeners [\#312](https://github.com/viamrobotics/viam-flutter-sdk/pull/312) ([njooma](https://github.com/njooma))
10+
- v0.0.30 [\#311](https://github.com/viamrobotics/viam-flutter-sdk/pull/311) ([github-actions[bot]](https://github.com/apps/github-actions))
11+
- Automated Protos Update [\#310](https://github.com/viamrobotics/viam-flutter-sdk/pull/310) ([github-actions[bot]](https://github.com/apps/github-actions))
12+
- DATA-3398: Add GetLatestTabularData endpoint to Flutter SDK [\#309](https://github.com/viamrobotics/viam-flutter-sdk/pull/309) ([vpandiarajan20](https://github.com/vpandiarajan20))
913
- \[RSDK-9250\] - Add stream options handlers [\#308](https://github.com/viamrobotics/viam-flutter-sdk/pull/308) ([seanavery](https://github.com/seanavery))
1014
- v0.0.29 [\#307](https://github.com/viamrobotics/viam-flutter-sdk/pull/307) ([github-actions[bot]](https://github.com/apps/github-actions))
1115
- Add default local name and remote path [\#306](https://github.com/viamrobotics/viam-flutter-sdk/pull/306) ([njooma](https://github.com/njooma))
@@ -32,6 +36,10 @@
3236
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
3337
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
3438

39+
## [v0.0.30](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.30) (2024-12-09)
40+
41+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.29...v0.0.30)
42+
3543
## [v0.0.29](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.29) (2024-11-26)
3644

3745
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.28...v0.0.29)

lib/src/utils.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
116116
}
117117

118118
String getVersionMetadata() {
119-
const String sdkVersion = 'v0.0.30';
119+
const String sdkVersion = 'v0.0.31';
120120
const String apiTag = 'v0.1.373';
121121

122122
return 'flutter;$sdkVersion;$apiTag';

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

66
environment:

0 commit comments

Comments
 (0)