Skip to content

Commit 195c2fb

Browse files
committed
Bump version to v0.7.0
1 parent 48643df commit 195c2fb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.7.0] - 2022-10-16
8+
9+
### Added
10+
11+
- Support HDWallets and mnemonic phrases. (#85)
12+
13+
### Fixed
14+
15+
- Fix key error when there are duplicates in reference scripts.
16+
- If merging change into existing outputs is enabled, do not enforce min_utxo on changes.
17+
- Make script estimation more accurate.
18+
719
## [0.6.3] - 2022-10-02
820

921
### Added

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

0 commit comments

Comments
 (0)