Bump version to 10.0.0.2

ESP32 core library from v1.0.7.5 to v2.0.1
This commit is contained in:
Theo Arends 2021-11-10 15:00:44 +01:00
parent 3d62d97acf
commit 41db88c19a
3 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [10.0.0.2]
### Changed
- ESP32 core library from v1.0.7.5 to v2.0.1
## [10.0.0.1]
### Added
- Berry add module ``python_compat`` to be closer to Python syntax (#13428)

View File

@ -100,7 +100,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
[Complete list](BUILDS.md) of available feature and sensors.
## Changelog v10.0.0.1
## Changelog v10.0.0.2
### Added
- 1 second heartbeat GPIO
- ESP32 Berry add module ``python_compat`` to be closer to Python syntax [#13428](https://github.com/arendst/Tasmota/issues/13428)
@ -110,7 +110,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
### Changed
- File editor no-wrap [#13427](https://github.com/arendst/Tasmota/issues/13427)
- ESP32 core library from v1.0.7.4 to v1.0.7.5
- ESP32 core library from v1.0.7.4 to v2.0.1
- ESP32-C3 core library from v2.0.0-post to v2.0.1-rc1
### Fixed

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x0A000001;
const uint32_t VERSION = 0x0A000002;
#endif // _TASMOTA_VERSION_H_