Skip to content

Commit

Permalink
Bump version to 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam committed Nov 11, 2024
1 parent 3b87c34 commit c946f4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

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

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

**Merged pull requests:**

- Automated Protos Update [\#292](https://github.com/viamrobotics/viam-flutter-sdk/pull/292) ([github-actions[bot]](https://github.com/apps/github-actions))
- Automated Protos Update [\#291](https://github.com/viamrobotics/viam-flutter-sdk/pull/291) ([github-actions[bot]](https://github.com/apps/github-actions))
- Automated Protos Update [\#290](https://github.com/viamrobotics/viam-flutter-sdk/pull/290) ([github-actions[bot]](https://github.com/apps/github-actions))
- v0.0.25 [\#289](https://github.com/viamrobotics/viam-flutter-sdk/pull/289) ([github-actions[bot]](https://github.com/apps/github-actions))
- Automated Protos Update [\#287](https://github.com/viamrobotics/viam-flutter-sdk/pull/287) ([github-actions[bot]](https://github.com/apps/github-actions))
- 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))
- \[RSDK-7568\] Add get properties to vision [\#285](https://github.com/viamrobotics/viam-flutter-sdk/pull/285) ([njooma](https://github.com/njooma))
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ grpc_duration.Duration durationToProto(Duration duration) {
}

String getVersionMetadata() {
const String sdkVersion = 'v0.0.25';
const String sdkVersion = 'v0.0.26';
const String apiTag = 'v0.1.360';

return 'flutter;$sdkVersion;$apiTag';
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.25
version: 0.0.26
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit c946f4d

Please sign in to comment.