From 741b7305b5c0f39687b85237c6ccd8ce691a488e Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 30 Jun 2022 15:54:55 +0200 Subject: [PATCH] docs(python): regenerate changelog --- python/.changelog.d/1702.fixed | 1 - python/.changelog.d/noissue.fixed | 1 - python/.changelog.d/noissue.fixed.1 | 1 - python/CHANGELOG.md | 10 ++++++++++ 4 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 python/.changelog.d/1702.fixed delete mode 100644 python/.changelog.d/noissue.fixed delete mode 100644 python/.changelog.d/noissue.fixed.1 diff --git a/python/.changelog.d/1702.fixed b/python/.changelog.d/1702.fixed deleted file mode 100644 index aa5cbfe5d..000000000 --- a/python/.changelog.d/1702.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix `trezorctl --version` crash. diff --git a/python/.changelog.d/noissue.fixed b/python/.changelog.d/noissue.fixed deleted file mode 100644 index 8ffbc3f5c..000000000 --- a/python/.changelog.d/noissue.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed dependency error when running trezorctl without PIL. diff --git a/python/.changelog.d/noissue.fixed.1 b/python/.changelog.d/noissue.fixed.1 deleted file mode 100644 index 2d1a06352..000000000 --- a/python/.changelog.d/noissue.fixed.1 +++ /dev/null @@ -1 +0,0 @@ -Fixed dependency error when running trezorctl on Python 3.6 without rlp. diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 5bace671d..471f663ca 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.2] (2022-06-30) +[0.13.2]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.1...python/v0.13.2 + +### Fixed +- Fixed dependency error when running trezorctl without PIL. +- Fixed dependency error when running trezorctl on Python 3.6 without rlp. +- Fix `trezorctl --version` crash. [#1702] + + ## [0.13.1] (2022-06-29) [0.13.1]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.0...python/v0.13.1 @@ -617,6 +626,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1668]: https://github.com/trezor/trezor-firmware/pull/1668 [#1671]: https://github.com/trezor/trezor-firmware/pull/1671 [#1683]: https://github.com/trezor/trezor-firmware/pull/1683 +[#1702]: https://github.com/trezor/trezor-firmware/pull/1702 [#1710]: https://github.com/trezor/trezor-firmware/pull/1710 [#1738]: https://github.com/trezor/trezor-firmware/pull/1738 [#1745]: https://github.com/trezor/trezor-firmware/pull/1745