Skip to content

Commit 988ff35

Browse files
committed
Bump version to v0.3.1
1 parent ba861b9 commit 988ff35

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
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.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+
819
## [0.3.0] - 2022-03-21
920

1021
### Added

pyproject.toml

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

0 commit comments

Comments
 (0)