We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38acb87 commit 75a57d2Copy full SHA for 75a57d2
CHANGELOG.md
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
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
19
## [0.5.0] - 2022-06-15
20
21
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pycardano"
3
-version = "0.5.0"
+version = "0.5.1"
4
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
0 commit comments