Skip to content

Commit 4f5c531

Browse files
committed
Bump version to 0.1.0
1 parent 13f7b60 commit 4f5c531

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Changelog
22

3-
## [v0.0.31](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.31) (2024-12-16)
3+
## [v0.1.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.1.0) (2025-01-06)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.30...v0.0.31)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.31...v0.1.0)
66

77
**Merged pull requests:**
88

9+
- Automated Protos Update [\#323](https://github.com/viamrobotics/viam-flutter-sdk/pull/323) ([github-actions[bot]](https://github.com/apps/github-actions))
10+
- Fix building example project for iOS [\#322](https://github.com/viamrobotics/viam-flutter-sdk/pull/322) ([kevin49999](https://github.com/kevin49999))
11+
- Automated Protos Update [\#320](https://github.com/viamrobotics/viam-flutter-sdk/pull/320) ([github-actions[bot]](https://github.com/apps/github-actions))
12+
- Automated Protos Update [\#319](https://github.com/viamrobotics/viam-flutter-sdk/pull/319) ([github-actions[bot]](https://github.com/apps/github-actions))
13+
- RSDK-9505: accept bson queries in mql function [\#318](https://github.com/viamrobotics/viam-flutter-sdk/pull/318) ([purplenicole730](https://github.com/purplenicole730))
14+
- RSDK-9518: upgrade upload artifact to v4 [\#317](https://github.com/viamrobotics/viam-flutter-sdk/pull/317) ([purplenicole730](https://github.com/purplenicole730))
15+
- DATA-3446 Add exportTabularData to DataClient [\#316](https://github.com/viamrobotics/viam-flutter-sdk/pull/316) ([katiepeters](https://github.com/katiepeters))
16+
- v0.0.31 [\#315](https://github.com/viamrobotics/viam-flutter-sdk/pull/315) ([github-actions[bot]](https://github.com/apps/github-actions))
17+
- Automated Protos Update [\#313](https://github.com/viamrobotics/viam-flutter-sdk/pull/313) ([github-actions[bot]](https://github.com/apps/github-actions))
918
- Start mdns after setting listeners [\#312](https://github.com/viamrobotics/viam-flutter-sdk/pull/312) ([njooma](https://github.com/njooma))
1019
- v0.0.30 [\#311](https://github.com/viamrobotics/viam-flutter-sdk/pull/311) ([github-actions[bot]](https://github.com/apps/github-actions))
1120
- Automated Protos Update [\#310](https://github.com/viamrobotics/viam-flutter-sdk/pull/310) ([github-actions[bot]](https://github.com/apps/github-actions))
@@ -36,6 +45,10 @@
3645
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
3746
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
3847

48+
## [v0.0.31](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.31) (2024-12-16)
49+
50+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.30...v0.0.31)
51+
3952
## [v0.0.30](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.30) (2024-12-09)
4053

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

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.0.31';
119+
const String sdkVersion = 'v0.1.0';
120120
const String apiTag = 'v0.1.379';
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.0.31
3+
version: 0.1.0
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)