Release wallet-1.0.0
          ·
          
            289 commits
          
          to master
          since this release
        
        
        
Summary
This is the final bdk_wallet 1.0.0 release. It contains small improvements to the wallet transactions function and
next_unused_address API docs. Please thank all the contributors who made this first major release possible and
who's continued effort make the BDK project so awesome!
Changelog
Changed
Wallet::transactionsshould only return relevant transactions. #1779- Minor updates to fix new rustc 1.83.0 clippy warnings. #1776
 
Documentation
- Reword the 
next_unused_addressAPI docs. #1680 
What's Changed
- docs(wallet): reword the 
next_unused_addressdoc by @oleonardolima in bitcoindevkit/bdk#1680 - chore[chain,wallet]: fix build warnings by @notmandatory in bitcoindevkit/bdk#1774
 - ci: automated update to rustc 1.83.0 by @create-pr-actions in bitcoindevkit/bdk#1776
 transactionsmethod should only return relevant transactions by @evanlinjin in bitcoindevkit/bdk#1779- Bump bdk_wallet version to 1.0.0 by @notmandatory in bitcoindevkit/bdk#1784
 
Full Changelog: bitcoindevkit/bdk@v1.0.0-beta.6...wallet-1.0.0