Skip to content

Commit

Permalink
Bump version to 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Nov 4, 2024
1 parent a87c7f7 commit 18ae16f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
# Changelog

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

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

**Merged pull requests:**

- 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))
- 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.25](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25) (2024-11-04)

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

## [v0.0.24](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.24) (2024-10-28)

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

**Merged pull requests:**

- v0.0.24 [\#283](https://github.com/viamrobotics/viam-flutter-sdk/pull/283) ([github-actions[bot]](https://github.com/apps/github-actions))
- Fix sending session client over webrtc [\#281](https://github.com/viamrobotics/viam-flutter-sdk/pull/281) ([njooma](https://github.com/njooma))
- Automated Protos Update [\#280](https://github.com/viamrobotics/viam-flutter-sdk/pull/280) ([github-actions[bot]](https://github.com/apps/github-actions))
- v0.0.23 [\#279](https://github.com/viamrobotics/viam-flutter-sdk/pull/279) ([github-actions[bot]](https://github.com/apps/github-actions))
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.24';
const String sdkVersion = 'v0.0.25';
const String apiTag = 'v0.1.354';

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

environment:
Expand Down

0 comments on commit 18ae16f

Please sign in to comment.