Skip to content

Commit 0972184

Browse files
committed
Bump version to v0.7.2
1 parent f50378a commit 0972184

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: 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.2] - 2022-12-03
8+
9+
**Implemented enhancements:**
10+
11+
- Modified IndefiniteList as subclass of UserList. [\#138](https://github.com/Python-Cardano/pycardano/pull/138) ([bhatt-deep](https://github.com/bhatt-deep))
12+
- Slight modification ExtendedSigningKey creation from HDWallet [\#132](https://github.com/Python-Cardano/pycardano/pull/132) ([henryyuanheng-wang](https://github.com/henryyuanheng-wang))
13+
14+
**Fixed bugs:**
15+
16+
- Move execution unit estimation to the very last part of tx building [\#136](https://github.com/Python-Cardano/pycardano/pull/136) ([cffls](https://github.com/cffls))
17+
18+
719
## [0.7.1] - 2022-11-23
820

921
A major improvement of this version is the enforcement of static typing on some modules. Special thanks to [daehan-koreapool](https://github.com/daehan-koreapool)!

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

0 commit comments

Comments
 (0)