mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
chore(core): changelogs and bump versions of boardloader, bootloader, prodtest
This commit is contained in:
parent
27fc3a6614
commit
b567a91c22
@ -4,6 +4,12 @@ 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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## 2.1.3 [July 2024]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- [T3B1] Added support for T3B1.
|
||||||
|
|
||||||
|
|
||||||
## 2.1.2 [April 2024]
|
## 2.1.2 [April 2024]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 1
|
#define VERSION_MINOR 1
|
||||||
#define VERSION_PATCH 3
|
#define VERSION_PATCH 4
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
|
@ -4,6 +4,12 @@ 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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## 2.1.7 [July 2024]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- [T3B1] Added support for T3B1.
|
||||||
|
|
||||||
|
|
||||||
## 2.1.6 [May 2024]
|
## 2.1.6 [May 2024]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 1
|
#define VERSION_MINOR 1
|
||||||
#define VERSION_PATCH 7
|
#define VERSION_PATCH 8
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
#define VERSION_UINT32 \
|
#define VERSION_UINT32 \
|
||||||
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \
|
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Fix TOUCH VERSION command
|
|
@ -1,4 +1,13 @@
|
|||||||
|
|
||||||
|
## 0.2.8 [19th July 2024]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- [T3B1] Added support for T3B1.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix TOUCH VERSION command [#3900]
|
||||||
|
|
||||||
|
|
||||||
## 0.2.7 [10th June 2024]
|
## 0.2.7 [10th June 2024]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -54,4 +63,5 @@
|
|||||||
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
|
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
|
||||||
[#3769]: https://github.com/trezor/trezor-firmware/pull/3769
|
[#3769]: https://github.com/trezor/trezor-firmware/pull/3769
|
||||||
[#3770]: https://github.com/trezor/trezor-firmware/pull/3770
|
[#3770]: https://github.com/trezor/trezor-firmware/pull/3770
|
||||||
|
[#3900]: https://github.com/trezor/trezor-firmware/pull/3900
|
||||||
[#3932]: https://github.com/trezor/trezor-firmware/pull/3932
|
[#3932]: https://github.com/trezor/trezor-firmware/pull/3932
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 2
|
#define VERSION_MINOR 2
|
||||||
#define VERSION_PATCH 8
|
#define VERSION_PATCH 9
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
|
|
||||||
#define FIX_VERSION_MAJOR 0
|
#define FIX_VERSION_MAJOR 0
|
||||||
|
Loading…
Reference in New Issue
Block a user