File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 0.6.3] - 2022-10-02
8+
9+ ### Added
10+
11+ - Support cbor serializable for UTxO. (#84 )
12+
13+ ### Fixed
14+
15+ - Add required signers as part of fee estimation.
16+ - Fix insufficient min_utxo amount when using Blockfrost context.
17+
18+ ### Changed
19+
20+ - Change the default calculation of ` min_lovelace ` to Vasil era. This is a backward compatible change,
21+ and it will reduce the amount of ` min_lovelace ` required for transactions.
22+
23+
724## [ 0.6.2] - 2022-09-03
825
926Fix dependencies.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pycardano"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44classifiers = [
55 " Intended Audience :: Developers" ,
66 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments