Skip to content

Commit 8b89932

Browse files
committed
Bump version to v0.3.0
1 parent 2ca685a commit 8b89932

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.0] - 2022-03-21
9+
10+
### Added
11+
12+
- Incorporate change split logic [#7](https://github.com/cffls/pycardano/pull/7).
13+
- Plutus
14+
- Datum support for transaction inputs and transaction outputs.
15+
- New function `add_script_input` in tx builder to support spending of Plutus script input.
16+
- Add collateral to tx builder for script transaction.
17+
- Add `plutus_script_hash` that calculates the hash of a Plutus script.
18+
- Include script execution steps and memory into fee calculation.
19+
- Add `build_and_sign` to tx builder.
20+
21+
### Changed
22+
23+
- Remove positional argument `index` from Redeemer's constructor.
24+
25+
26+
827
## [0.2.0] - 2022-03-13
928

1029
This release added essential features for Plutus script interactions.

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

0 commit comments

Comments
 (0)