1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

docs(python): regenerate changelog

This commit is contained in:
matejcik 2022-07-13 15:15:26 +02:00
parent ff85e0f92d
commit f607cb2501
3 changed files with 12 additions and 2 deletions

View File

@ -1 +0,0 @@
Support for Cardano Babbage era transaction items

View File

@ -1 +0,0 @@
Fix Click 7.x compatibility.

View File

@ -5,6 +5,16 @@ 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.3] (2022-07-13)
[0.13.3]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.2...python/v0.13.3
### Added
- Support for Cardano Babbage era transaction items [#2354]
### Fixed
- Fix Click 7.x compatibility. [#2364]
## [0.13.2] (2022-06-30)
[0.13.2]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.1...python/v0.13.2
@ -659,3 +669,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2230]: https://github.com/trezor/trezor-firmware/pull/2230
[#2239]: https://github.com/trezor/trezor-firmware/pull/2239
[#2284]: https://github.com/trezor/trezor-firmware/pull/2284
[#2354]: https://github.com/trezor/trezor-firmware/pull/2354
[#2364]: https://github.com/trezor/trezor-firmware/pull/2364