From 26a0935b5c85057d8897c43da3cff97087cda4ee Mon Sep 17 00:00:00 2001 From: Yaroslav Moria <5eeman@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:20:08 +0200 Subject: [PATCH 1/2] Loosen constraints to accept pointycastle 4.0.0. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index eaaf70d..b70b743 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - pointycastle: ^3.0.1 + pointycastle: ">=3.0.1 <=4.0.0" hex: ^0.2.0 bs58check: ^1.0.2 From 9db7cf7c9e3a4e61f145ca43b01469c6464dce89 Mon Sep 17 00:00:00 2001 From: Yaroslav Moria <5eeman@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:26:55 +0200 Subject: [PATCH 2/2] 2.0.1 release. --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0656510..fe12357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,4 +36,7 @@ - Fix sign ## 2.0.0 -- Add null-safety \ No newline at end of file +- Add null-safety + +## 2.0.1 +- Updated pointycastle to allow 4.0.0. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index b70b743..813f2e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bip32 description: A BIP32 (https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) compatible library for Flutter writing by Dart. -version: 2.0.0 +version: 2.0.1 homepage: https://github.com/dart-bitcoin/bip32-dart environment: