Compare commits

...

2 Commits

Author SHA1 Message Date
818094c36e docs: update changelog and header for version v2.0.2
All checks were successful
Release Workflow / detect-provider (push) Successful in 1m35s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m13s
2025-09-01 13:40:01 +02:00
4cf3858d0a docs: update platformio.ini for version v2.0.2 2025-09-01 13:40:00 +02:00
2 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## [2.0.2] - 2025-09-01
### Added
- add weight check and update spool weight in writeJsonToTag function
- add German and English wiki documentation
### Changed
- update platformio.ini for version v2.0.2
- remove redundant tare calls in setup and start_scale functions
## [2.0.1] - 2025-08-30
### Breaking Changes
- enhance commit categorization for breaking changes

View File

@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "2.0.1"
version = "2.0.2"
to_old_version = "1.5.10"
##