From 75a57d209615b8be295f432d00a48e75fab9987d Mon Sep 17 00:00:00 2001 From: Jerry Date: Sat, 9 Jul 2022 17:13:47 -0700 Subject: [PATCH] Bump version to v0.5.1 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85eafd16..6a23a9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.5.1] - 2022-07-09 + +### Added + +- Policy json serializer ([#58](https://github.com/cffls/pycardano/pull/58)) + +### Fixed + +- Fix min lovelace when the input is Value type + + ## [0.5.0] - 2022-06-15 ### Added diff --git a/pyproject.toml b/pyproject.toml index 5bb2b55c..d81eefe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycardano" -version = "0.5.0" +version = "0.5.1" classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",