File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77
8+ ## [ 0.4.0] - 2022-04-29
9+
10+ ### Added
11+
12+ - Support mint redeemer
13+ - Add execution units estimation
14+ - Fee Estimation Improvement ([ #27 ] ( https://github.com/cffls/pycardano/pull/27 ) )
15+ - Add blockfrost support for transaction evaluation
16+
17+ ### Changed
18+
19+ - Refactor transaction builder to a dataclass
20+ - Upgrade Blockfrost to 0.4.4
21+
22+ ### Fixed
23+
24+ - Do not modify multiassets when being added or subtracted
25+ - Restore empty datum in redeemer
26+
27+
28+
829## [ 0.3.1] - 2022-03-31
930
1031Some minor improvements in transaction builder.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pycardano"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44classifiers = [
55 " Intended Audience :: Developers" ,
66 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments