You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,63 @@ Changelog information can also be found in each release's git tag (which can be
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## [v2.0.0]
7
+
8
+
This release brings bdk-ffi to it's 2.0.0 version!
9
+
10
+
The release uses the following Rust dependencies:
11
+
- bdk_wallet 2.0.0
12
+
- bdk_electrum 0.23.0
13
+
- bdk_esplora 0.22.0
14
+
- bdk_kyoto 0.13.1
15
+
- uniffi 0.29.1
16
+
- rust-bitcoin 0.32.6
17
+
18
+
### Added
19
+
- PSBT file operations: read and write PSBT files [#800]
0 commit comments