Skip to content

Commit 18ae16f

Browse files
committed
Bump version to 0.0.25
1 parent a87c7f7 commit 18ae16f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
# Changelog
22

3+
## [v0.0.25](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25) (2024-11-04)
4+
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.25)
6+
7+
**Merged pull requests:**
8+
9+
- Automated Protos Update [\#287](https://github.com/viamrobotics/viam-flutter-sdk/pull/287) ([github-actions[bot]](https://github.com/apps/github-actions))
10+
- 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))
11+
- \[RSDK-7568\] Add get properties to vision [\#285](https://github.com/viamrobotics/viam-flutter-sdk/pull/285) ([njooma](https://github.com/njooma))
12+
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
13+
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
14+
15+
## [v0.0.25](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25) (2024-11-04)
16+
17+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.24...v0.0.25)
18+
319
## [v0.0.24](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.24) (2024-10-28)
420

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

723
**Merged pull requests:**
824

25+
- v0.0.24 [\#283](https://github.com/viamrobotics/viam-flutter-sdk/pull/283) ([github-actions[bot]](https://github.com/apps/github-actions))
926
- Fix sending session client over webrtc [\#281](https://github.com/viamrobotics/viam-flutter-sdk/pull/281) ([njooma](https://github.com/njooma))
1027
- Automated Protos Update [\#280](https://github.com/viamrobotics/viam-flutter-sdk/pull/280) ([github-actions[bot]](https://github.com/apps/github-actions))
1128
- v0.0.23 [\#279](https://github.com/viamrobotics/viam-flutter-sdk/pull/279) ([github-actions[bot]](https://github.com/apps/github-actions))

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.24';
96+
const String sdkVersion = 'v0.0.25';
9797
const String apiTag = 'v0.1.354';
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.24
3+
version: 0.0.25
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)