Skip to content

Commit 498cebd

Browse files
Bump version to 0.5.0 (#370)
Co-authored-by: stuqdog <[email protected]>
1 parent a088604 commit 498cebd

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3-
## [v0.4.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.4.0) (2025-03-25)
3+
## [v0.5.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.5.0) (2025-03-31)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.3.0...v0.4.0)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.4.0...v0.5.0)
66

77
**Merged pull requests:**
88

9+
- Automated Protos Update [\#367](https://github.com/viamrobotics/viam-flutter-sdk/pull/367) ([viambot](https://github.com/viambot))
10+
- DATA-3863 Update flutter SDK to use new binary data id type. [\#366](https://github.com/viamrobotics/viam-flutter-sdk/pull/366) ([vijayvuyyuru](https://github.com/vijayvuyyuru))
11+
- v0.4.0 [\#365](https://github.com/viamrobotics/viam-flutter-sdk/pull/365) ([github-actions[bot]](https://github.com/apps/github-actions))
912
- Automated Protos Update [\#364](https://github.com/viamrobotics/viam-flutter-sdk/pull/364) ([viambot](https://github.com/viambot))
13+
- RSDK-10304: Button component [\#363](https://github.com/viamrobotics/viam-flutter-sdk/pull/363) ([lia-viam](https://github.com/lia-viam))
1014
- Automated Protos Update [\#362](https://github.com/viamrobotics/viam-flutter-sdk/pull/362) ([viambot](https://github.com/viambot))
1115
- Automated Protos Update [\#361](https://github.com/viamrobotics/viam-flutter-sdk/pull/361) ([viambot](https://github.com/viambot))
1216
- \[RSDK-10127\] Add get and update metadata functions [\#360](https://github.com/viamrobotics/viam-flutter-sdk/pull/360) ([JosephBorodach](https://github.com/JosephBorodach))
@@ -83,6 +87,10 @@
8387
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
8488
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
8589

90+
## [v0.4.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.4.0) (2025-03-25)
91+
92+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.3.0...v0.4.0)
93+
8694
## [v0.3.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.3.0) (2025-03-17)
8795

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

lib/src/utils.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
116116
}
117117

118118
String getVersionMetadata() {
119-
const String sdkVersion = 'v0.4.0';
119+
const String sdkVersion = 'v0.5.0';
120120
const String apiTag = 'v0.1.414';
121121

122122
return 'flutter;$sdkVersion;$apiTag';

pubspec.yaml

+1-1
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.4.0
3+
version: 0.5.0
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)