Skip to content

Commit

Permalink
Bump version to 0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
purplenicole730 committed Dec 9, 2024
1 parent fc84a99 commit 0438f95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## [v0.0.29](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.29) (2024-11-26)
## [v0.0.30](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.30) (2024-12-09)

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

**Merged pull requests:**

- \[RSDK-9250\] - Add stream options handlers [\#308](https://github.com/viamrobotics/viam-flutter-sdk/pull/308) ([seanavery](https://github.com/seanavery))
- v0.0.29 [\#307](https://github.com/viamrobotics/viam-flutter-sdk/pull/307) ([github-actions[bot]](https://github.com/apps/github-actions))
- Add default local name and remote path [\#306](https://github.com/viamrobotics/viam-flutter-sdk/pull/306) ([njooma](https://github.com/njooma))
- Reset stream in camera\_stream if camera changes [\#305](https://github.com/viamrobotics/viam-flutter-sdk/pull/305) ([kevin49999](https://github.com/kevin49999))
- Update how streams are re-added [\#304](https://github.com/viamrobotics/viam-flutter-sdk/pull/304) ([njooma](https://github.com/njooma))
Expand All @@ -30,6 +32,10 @@
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))

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

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

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

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.27...v0.0.28)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
}

String getVersionMetadata() {
const String sdkVersion = 'v0.0.29';
const String sdkVersion = 'v0.0.30';
const String apiTag = 'v0.1.367';

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.29
version: 0.0.30
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit 0438f95

Please sign in to comment.