Skip to content

Commit 801da8e

Browse files
authored
chore(release): prepare 1.0.0-rc.2
1 parent 686af14 commit 801da8e

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

.pubignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ docs/
88
**/build/
99
**/.dart_tool/
1010
native/target/
11+
Cargo.lock
12+
native/Cargo.lock
1113

1214
# Native libraries are built per consumer by Dart Native Assets.
1315
*.dylib

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `bdk_dart` will be documented in this file.
44

5+
## 1.0.0-rc.2
6+
7+
- Apply Android 16 KB page-size alignment configuration during native asset builds so `libbdk_dart_ffi.so` meets Google Play requirements.
8+
- Add Android alignment validation coverage for native asset and APK build outputs.
9+
510
## 1.0.0-rc.1
611

712
- Update the generated Dart bindings and native wrapper to `bdk-ffi` `v3.0.0`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
4545
```yaml
4646
dependencies:
47-
bdk_dart: ^1.0.0-rc.1
47+
bdk_dart: ^1.0.0-rc.2
4848
```
4949
5050
Import the package entrypoint:

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bdk_dart_ffi"
33
description = "This is a simple wrapper crate which re-exports bdk-ffi for publishing to pub.dev"
4-
version = "1.0.0-rc.1"
4+
version = "1.0.0-rc.2"
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk-dart"
77
edition = "2021"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bdk_dart
22
description: Dart bindings for bdk-ffi
3-
version: 1.0.0-rc.1
3+
version: 1.0.0-rc.2
44
homepage: https://github.com/bitcoindevkit/bdk-dart
55
repository: https://github.com/bitcoindevkit/bdk-dart
66
issue_tracker: https://github.com/bitcoindevkit/bdk-dart/issues

0 commit comments

Comments
 (0)