File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 0.7.0] - 2022-10-16
8
+
9
+ ### Added
10
+
11
+ - Support HDWallets and mnemonic phrases. (#85 )
12
+
13
+ ### Fixed
14
+
15
+ - Fix key error when there are duplicates in reference scripts.
16
+ - If merging change into existing outputs is enabled, do not enforce min_utxo on changes.
17
+ - Make script estimation more accurate.
18
+
7
19
## [ 0.6.3] - 2022-10-02
8
20
9
21
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pycardano"
3
- version = " 0.6.3 "
3
+ version = " 0.7.0 "
4
4
classifiers = [
5
5
" Intended Audience :: Developers" ,
6
6
" License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments