Skip to content

Commit 270b56c

Browse files
committed
Bump version to 0.5.1
1 parent 7f205a8 commit 270b56c

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

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

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

77
**Merged pull requests:**
88

9+
- Automated Protos Update [\#373](https://github.com/viamrobotics/viam-flutter-sdk/pull/373) ([viambot](https://github.com/viambot))
10+
- Automated Protos Update [\#372](https://github.com/viamrobotics/viam-flutter-sdk/pull/372) ([viambot](https://github.com/viambot))
11+
- Automated Protos Update [\#371](https://github.com/viamrobotics/viam-flutter-sdk/pull/371) ([viambot](https://github.com/viambot))
12+
- v0.5.0 [\#370](https://github.com/viamrobotics/viam-flutter-sdk/pull/370) ([github-actions[bot]](https://github.com/apps/github-actions))
13+
- Automated Protos Update [\#369](https://github.com/viamrobotics/viam-flutter-sdk/pull/369) ([viambot](https://github.com/viambot))
14+
- Update data.dart [\#368](https://github.com/viamrobotics/viam-flutter-sdk/pull/368) ([npentrel](https://github.com/npentrel))
915
- Automated Protos Update [\#367](https://github.com/viamrobotics/viam-flutter-sdk/pull/367) ([viambot](https://github.com/viambot))
1016
- 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))
1117
- v0.4.0 [\#365](https://github.com/viamrobotics/viam-flutter-sdk/pull/365) ([github-actions[bot]](https://github.com/apps/github-actions))
@@ -87,6 +93,10 @@
8793
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
8894
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
8995

96+
## [v0.5.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.5.0) (2025-03-31)
97+
98+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.4.0...v0.5.0)
99+
90100
## [v0.4.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.4.0) (2025-03-25)
91101

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

lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
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.5.0';
119+
const String sdkVersion = 'v0.5.1';
120120
const String apiTag = 'v0.1.428';
121121

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

66
environment:

0 commit comments

Comments
 (0)