From e39e5286fb5cb3b75ad4c548396ccadd041981be Mon Sep 17 00:00:00 2001 From: parodyBit <58690522+parodyBit@users.noreply.github.com> Date: Fri, 29 Aug 2025 05:59:48 -0600 Subject: [PATCH 1/2] chore: bump 0.6.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e70700..a574523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.0 +- Add support for `MetaData` in `VTTransaction` + ## 0.5.0 - Add `stakingPriority` method diff --git a/pubspec.yaml b/pubspec.yaml index e0589c1..dab7b2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: A library to interface with the Witnet Protocol. - communicate with a rust node or wallet server - communicate with the explorer -version: 0.5.0 +version: 0.6.0 homepage: https://github.com/witnet/witnet.dart repository: https://github.com/witnet/witnet.dart From ebdff566c8189663cecba0327c8c74d5cf37963c Mon Sep 17 00:00:00 2001 From: parodyBit <58690522+parodyBit@users.noreply.github.com> Date: Fri, 29 Aug 2025 06:05:05 -0600 Subject: [PATCH 2/2] add convert dependency --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index dab7b2f..265bf54 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,4 +31,5 @@ dependencies: fixnum: ^1.1.0 recase: ^4.1.0 dotenv: ^4.2.0 + convert: ^3.1.2