Skip to content

Commit

Permalink
Bump version to 0.0.21 (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: lia-viam <lia-viam@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lia-viam authored Sep 24, 2024
1 parent e233cb0 commit 5760583
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## [v0.0.20](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.20) (2024-08-26)
## [v0.0.21](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.21) (2024-09-24)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.19...v0.0.20)
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.20...v0.0.21)

**Merged pull requests:**

- make RobotClientOptions properties \*not\* final [\#260](https://github.com/viamrobotics/viam-flutter-sdk/pull/260) ([clintpurser](https://github.com/clintpurser))
- fix documentation comment [\#259](https://github.com/viamrobotics/viam-flutter-sdk/pull/259) ([clintpurser](https://github.com/clintpurser))
- Workflow/update protos [\#258](https://github.com/viamrobotics/viam-flutter-sdk/pull/258) ([njooma](https://github.com/njooma))
- v0.0.20 [\#257](https://github.com/viamrobotics/viam-flutter-sdk/pull/257) ([github-actions[bot]](https://github.com/apps/github-actions))
- Add shutdown function [\#256](https://github.com/viamrobotics/viam-flutter-sdk/pull/256) ([njooma](https://github.com/njooma))
- RSDK-8607 - fix timeout generation bug [\#255](https://github.com/viamrobotics/viam-flutter-sdk/pull/255) ([stuqdog](https://github.com/stuqdog))
- v0.0.19 [\#254](https://github.com/viamrobotics/viam-flutter-sdk/pull/254) ([github-actions[bot]](https://github.com/apps/github-actions))
Expand Down Expand Up @@ -157,6 +161,10 @@
- RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston))
- Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions))

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

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

## [v0.0.19](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.19) (2024-08-12)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.18...v0.0.19)
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.20';
const String sdkVersion = 'v0.0.21';
const String apiTag = 'v0.1.341';
return 'flutter;$sdkVersion;$apiTag';
}
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.20
version: 0.0.21
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit 5760583

Please sign in to comment.