Skip to content

Commit

Permalink
Version updated to 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior committed Oct 10, 2023
1 parent 1b1c775 commit d3029d2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.29.2]
Support macOs and unit testing.

Updated flutter dependencies.

## [0.29.1]

Updated Rust and Flutter dependencies.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To use the `bdk_flutter` package in your project, add it as a dependency in your

```dart
dependencies:
bdk_flutter: ^0.29.1
bdk_flutter: ^0.29.2
```

### Examples
Expand Down
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ analyzer:
- lib/src/generated/bindings.dart
- lib/src/generated/bridge_definitions.dart
- lib/src/generated/bridge_definitions.freezed.dart
- README.md
2 changes: 1 addition & 1 deletion ios/bdk_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'bdk_flutter'
s.version = '0.29.1'
s.version = '0.29.2'
s.summary = 'A Flutter library for the Bitcoin Development Kit (https://bitcoindevkit.org/)'
s.description = <<-DESC
A new Flutter project.
Expand Down
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pre-commit:
run: dart fix lib --apply && git add .
format_code:
glob: '*.dart'
run: dart format . && && git add .
run: dart format . && git add .

pre-push:
parallel: true
Expand Down
2 changes: 1 addition & 1 deletion macos/bdk_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'bdk_flutter'
s.version = '0.29.0'
s.version = '0.29.2'
s.summary = 'A Flutter library for the Bitcoin Development Kit (https://bitcoindevkit.org/)'
s.description = <<-DESC
A new Flutter project.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bdk_flutter
description: A Flutter library for the Bitcoin Development Kit(bdk) (https://bitcoindevkit.org/)
version: 0.29.1
version: 0.29.2
homepage: https://github.com/LtbLightning/bdk-flutter

environment:
Expand All @@ -10,13 +10,13 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_rust_bridge: ">1.82.0 <= 1.82.1"
flutter_rust_bridge: ">1.82.0 <= 1.82.2"
ffi: ^2.0.1
freezed: ^2.3.5
freezed_annotation: ^2.2.0
mockito: ^5.4.0
meta: ^1.8.0
uuid: ^3.0.7
uuid: ^4.1.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_bdk_ffi"
version = "0.29.1"
version = "0.29.2"
edition = "2021"

[lib]
Expand Down

0 comments on commit d3029d2

Please sign in to comment.