Skip to content

Commit c946f4d

Browse files
committed
Bump version to 0.0.26
1 parent 3b87c34 commit c946f4d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3-
## [v0.0.25](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25) (2024-11-04)
3+
## [v0.0.26](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26) (2024-11-11)
44

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

77
**Merged pull requests:**
88

9+
- Automated Protos Update [\#292](https://github.com/viamrobotics/viam-flutter-sdk/pull/292) ([github-actions[bot]](https://github.com/apps/github-actions))
10+
- Automated Protos Update [\#291](https://github.com/viamrobotics/viam-flutter-sdk/pull/291) ([github-actions[bot]](https://github.com/apps/github-actions))
11+
- Automated Protos Update [\#290](https://github.com/viamrobotics/viam-flutter-sdk/pull/290) ([github-actions[bot]](https://github.com/apps/github-actions))
12+
- v0.0.25 [\#289](https://github.com/viamrobotics/viam-flutter-sdk/pull/289) ([github-actions[bot]](https://github.com/apps/github-actions))
913
- Automated Protos Update [\#287](https://github.com/viamrobotics/viam-flutter-sdk/pull/287) ([github-actions[bot]](https://github.com/apps/github-actions))
1014
- RSDK-9180: Change TabularDataBySQL/MQL return type to raw BSON in Flutter SDK [\#286](https://github.com/viamrobotics/viam-flutter-sdk/pull/286) ([jckras](https://github.com/jckras))
1115
- \[RSDK-7568\] Add get properties to vision [\#285](https://github.com/viamrobotics/viam-flutter-sdk/pull/285) ([njooma](https://github.com/njooma))

lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ grpc_duration.Duration durationToProto(Duration duration) {
9393
}
9494

9595
String getVersionMetadata() {
96-
const String sdkVersion = 'v0.0.25';
96+
const String sdkVersion = 'v0.0.26';
9797
const String apiTag = 'v0.1.360';
9898

9999
return 'flutter;$sdkVersion;$apiTag';

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

66
environment:

0 commit comments

Comments
 (0)