File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ 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.6.0] - 2022-08-28
8
+
9
+ ` v0.6.0 ` is update for Vasil hard fork.
10
+
11
+ ### Added
12
+ - Support for reference inputs ([ CIP31] ( https://github.com/cardano-foundation/CIPs/tree/master/CIP-0031 ) ).
13
+ - Support for inline datum ([ CIP32] ( https://github.com/cardano-foundation/CIPs/tree/master/CIP-0032 ) ).
14
+ - Support for reference scripts ([ CIP33] ( https://github.com/cardano-foundation/CIPs/tree/master/CIP-0033 ) ).
15
+ - Vasil changes for Ogmios.
16
+ - Vasil changes for blockforst.
17
+ - Add type "RawPlutusData", which is used as the default type for datum deserialized from cbor.
18
+ - ` TransactionOutput ` now has two new fields, ` datum ` and ` script ` , which could be added to the transaction output.
19
+ - Blockfrost chain context now supports custom API url.
20
+
21
+ ## Changed
22
+ - Improved the format of transaction representation.
23
+ - Method ` add_script_input ` in ` TransactionBuilder ` no longer requires ` script ` field to be set.
24
+ If absent, the transaction builder will try to find it from chain context.
25
+ - Similarly, method ` add_minting_script ` in ` TransactionBuilder ` no longer requires ` script ` field to be set.
26
+ If absent, the transaction builder will try to find it from chain context.
7
27
8
28
## [ 0.5.1] - 2022-07-09
9
29
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pycardano"
3
- version = " 0.5.1 "
3
+ version = " 0.6.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