Skip to content

Commit ca9a5db

Browse files
committed
v0.6.0 release
1 parent 37ed19e commit ca9a5db

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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+
## [0.6.0] - 2022-08-28
8+
9+
`v0.6.0` is update for Vasil hard fork.
10+
11+
### Added
12+
- Support for reference inputs ([CIP31](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0031)).
13+
- Support for inline datum ([CIP32](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0032)).
14+
- Support for reference scripts ([CIP33](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0033)).
15+
- Vasil changes for Ogmios.
16+
- Vasil changes for blockforst.
17+
- Add type "RawPlutusData", which is used as the default type for datum deserialized from cbor.
18+
- `TransactionOutput` now has two new fields, `datum` and `script`, which could be added to the transaction output.
19+
- Blockfrost chain context now supports custom API url.
20+
21+
## Changed
22+
- Improved the format of transaction representation.
23+
- Method `add_script_input` in `TransactionBuilder` no longer requires `script` field to be set.
24+
If absent, the transaction builder will try to find it from chain context.
25+
- Similarly, method `add_minting_script` in `TransactionBuilder` no longer requires `script` field to be set.
26+
If absent, the transaction builder will try to find it from chain context.
727

828
## [0.5.1] - 2022-07-09
929

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

0 commit comments

Comments
 (0)