Skip to content

Commit 919e796

Browse files
committed
Bump version to v0.6.3
1 parent 580202f commit 919e796

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.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+
724
## [0.6.2] - 2022-09-03
825

926
Fix dependencies.

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.2"
3+
version = "0.6.3"
44
classifiers = [
55
"Intended Audience :: Developers",
66
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)