We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b88c4 commit 7d3066dCopy full SHA for 7d3066d
CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
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
16
## [0.6.0] - 2022-08-28
17
18
`v0.6.0` is update for Vasil hard fork.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pycardano"
3
-version = "0.6.0"
+version = "0.6.1"
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
0 commit comments