We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba861b9 commit 988ff35Copy full SHA for 988ff35
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.3.1] - 2022-03-31
9
+
10
+Some minor improvements in transaction builder.
11
12
+### Added
13
14
+- Add more details to the message of expection when UTxO selectors failed.
15
+- Validate output value is non-negative.
16
17
18
19
## [0.3.0] - 2022-03-21
20
21
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pycardano"
3
-version = "0.3.0"
+version = "0.3.1"
4
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
0 commit comments