Skip to content

Commit a2429fb

Browse files
committed
Bump version to v0.4.0
1 parent 07ec750 commit a2429fb

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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.4.0] - 2022-04-29
9+
10+
### Added
11+
12+
- Support mint redeemer
13+
- Add execution units estimation
14+
- Fee Estimation Improvement ([#27](https://github.com/cffls/pycardano/pull/27))
15+
- Add blockfrost support for transaction evaluation
16+
17+
### Changed
18+
19+
- Refactor transaction builder to a dataclass
20+
- Upgrade Blockfrost to 0.4.4
21+
22+
### Fixed
23+
24+
- Do not modify multiassets when being added or subtracted
25+
- Restore empty datum in redeemer
26+
27+
28+
829
## [0.3.1] - 2022-03-31
930

1031
Some minor improvements in transaction builder.

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.1"
3+
version = "0.4.0"
44
classifiers = [
55
"Intended Audience :: Developers",
66
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)