File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.1] - 2022-09-03
8
+
9
+ ### Added
10
+ - Add coins_per_utxo_size in blockfrost chain context
11
+
12
+ ### Fixed
13
+ - Fixed ` PPViewHashesDontMatch ` issue. See details in [ issue 81] (https://github.com/cffls/pycardano/issues/81 ).
14
+
15
+
7
16
## [ 0.6.0] - 2022-08-28
8
17
9
18
` v0.6.0 ` is update for Vasil hard fork.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pycardano"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
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