File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,29 @@ 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
+
8
+ ## [ 0.2.0] - 2022-03-13
9
+
10
+ This release added essential features for Plutus script interactions.
11
+
12
+ ### Added
13
+
14
+ - Plutus data
15
+ - Serialization, deserialization, and customization of plutus data and redeemer
16
+ - Plutus cost model
17
+ - Calculation of script data hash
18
+ - JSON compatibility
19
+ - Extended key support
20
+
21
+ ### Changed
22
+
23
+ - Sort multi-assets based on policy id and asset names
24
+
25
+ ### Fixed
26
+
27
+ - Fail tx builder when input amount is not enough to cover outputs and tx fee
28
+
29
+
7
30
8
31
## [ 0.1.2] - 2022-02-20
9
32
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pycardano"
3
- version = " 0.1.2 "
3
+ version = " 0.2.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