File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.3] - 2022-10-02
8
+
9
+ ### Added
10
+
11
+ - Support cbor serializable for UTxO. (#84 )
12
+
13
+ ### Fixed
14
+
15
+ - Add required signers as part of fee estimation.
16
+ - Fix insufficient min_utxo amount when using Blockfrost context.
17
+
18
+ ### Changed
19
+
20
+ - Change the default calculation of ` min_lovelace ` to Vasil era. This is a backward compatible change,
21
+ and it will reduce the amount of ` min_lovelace ` required for transactions.
22
+
23
+
7
24
## [ 0.6.2] - 2022-09-03
8
25
9
26
Fix dependencies.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pycardano"
3
- version = " 0.6.2 "
3
+ version = " 0.6.3 "
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