Skip to content

Commit 7d3066d

Browse files
committed
Bump version to v0.6.1
1 parent e8b88c4 commit 7d3066d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
716
## [0.6.0] - 2022-08-28
817

918
`v0.6.0` is update for Vasil hard fork.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycardano"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
classifiers = [
55
"Intended Audience :: Developers",
66
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)