Skip to content

Commit 75a57d2

Browse files
committed
Bump version to v0.5.1
1 parent 38acb87 commit 75a57d2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8+
## [0.5.1] - 2022-07-09
9+
10+
### Added
11+
12+
- Policy json serializer ([#58](https://github.com/cffls/pycardano/pull/58))
13+
14+
### Fixed
15+
16+
- Fix min lovelace when the input is Value type
17+
18+
819
## [0.5.0] - 2022-06-15
920

1021
### Added

pyproject.toml

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

0 commit comments

Comments
 (0)