File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ 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.3.0] - 2022-03-21
9+
10+ ### Added
11+
12+ - Incorporate change split logic [ #7 ] ( https://github.com/cffls/pycardano/pull/7 ) .
13+ - Plutus
14+ - Datum support for transaction inputs and transaction outputs.
15+ - New function ` add_script_input ` in tx builder to support spending of Plutus script input.
16+ - Add collateral to tx builder for script transaction.
17+ - Add ` plutus_script_hash ` that calculates the hash of a Plutus script.
18+ - Include script execution steps and memory into fee calculation.
19+ - Add ` build_and_sign ` to tx builder.
20+
21+ ### Changed
22+
23+ - Remove positional argument ` index ` from Redeemer's constructor.
24+
25+
26+
827## [ 0.2.0] - 2022-03-13
928
1029This release added essential features for Plutus script interactions.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pycardano"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44classifiers = [
55 " Intended Audience :: Developers" ,
66 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments