Skip to content

Commit 10d1a30

Browse files
committed
Bump version to v0.5.0
1 parent 1c8c89a commit 10d1a30

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
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.5.0] - 2022-06-15
9+
10+
### Added
11+
12+
- Staking certificates.
13+
- Add an option to merge change into already existing output. ([#38](https://github.com/cffls/pycardano/pull/38)).
14+
- Enable UTxO query with Kupo ([#39](https://github.com/cffls/pycardano/pull/39)).
15+
- Add 'add_minting_script' to txbuilder.
16+
- Add usage guides for Plutus ([#46](https://github.com/cffls/pycardano/pull/46)).
17+
- Add message signing and verification (CIP8) ([#45](https://github.com/cffls/pycardano/pull/45)).
18+
19+
### Changed
20+
21+
- `amount` in `TransactionOutput` will be converted to type `Value` even when an `int` is passed in ([#42](https://github.com/cffls/pycardano/pull/42)).
22+
- Add unknown fields to ArraySerializable if more values are provided.
23+
24+
### Fixed
25+
26+
- Prevent 'Transaction.from_cbor' from dropping data in datum.
27+
- Add fake fee to fake transaction when fee is 0.
28+
829
## [0.4.1] - 2022-05-03
930

1031
### Changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycardano"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
classifiers = [
55
"Intended Audience :: Developers",
66
"License :: OSI Approved :: MIT License",
@@ -15,7 +15,7 @@ description = "A Cardano library in Python"
1515
homepage = "https://github.com/cffls/pycardano"
1616
documentation = "https://pycardano.readthedocs.io/en/latest/"
1717
keywords = ["python", "cardano", "blockchain", "crypto"]
18-
authors = ["Jerry <jerry@staking247.com>"]
18+
authors = ["Jerry <jerrycgh@gmail.com>"]
1919
readme = "README.md"
2020
repository = "https://github.com/cffls/pycardano"
2121
license = "MIT"

0 commit comments

Comments
 (0)