Skip to content

Commit d9c131a

Browse files
committed
Bump version to v0.2.0
1 parent 0288497 commit d9c131a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
8+
## [0.2.0] - 2022-03-13
9+
10+
This release added essential features for Plutus script interactions.
11+
12+
### Added
13+
14+
- Plutus data
15+
- Serialization, deserialization, and customization of plutus data and redeemer
16+
- Plutus cost model
17+
- Calculation of script data hash
18+
- JSON compatibility
19+
- Extended key support
20+
21+
### Changed
22+
23+
- Sort multi-assets based on policy id and asset names
24+
25+
### Fixed
26+
27+
- Fail tx builder when input amount is not enough to cover outputs and tx fee
28+
29+
730

831
## [0.1.2] - 2022-02-20
932

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

0 commit comments

Comments
 (0)