From 919e7968656e31c5c8aaff40dafa467211423478 Mon Sep 17 00:00:00 2001 From: Jerry Date: Sun, 2 Oct 2022 12:26:22 -0700 Subject: [PATCH] Bump version to v0.6.3 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4cf134..59cd9752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.6.3] - 2022-10-02 + +### Added + +- Support cbor serializable for UTxO. (#84) + +### Fixed + +- Add required signers as part of fee estimation. +- Fix insufficient min_utxo amount when using Blockfrost context. + +### Changed + +- Change the default calculation of `min_lovelace` to Vasil era. This is a backward compatible change, +and it will reduce the amount of `min_lovelace` required for transactions. + + ## [0.6.2] - 2022-09-03 Fix dependencies. diff --git a/pyproject.toml b/pyproject.toml index 4dfbe28a..8f38cd93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycardano" -version = "0.6.2" +version = "0.6.3" classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",