File tree 2 files changed +22
-1
lines changed
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/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
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
+
8
29
## [ 0.3.1] - 2022-03-31
9
30
10
31
Some minor improvements in transaction builder.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pycardano"
3
- version = " 0.3.1 "
3
+ version = " 0.4.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