Compare commits

...

3 Commits

3 changed files with 10 additions and 1 deletions

@ -51,6 +51,7 @@ jobs:
if [ "${{ needs.route.outputs.provider }}" = "unknown" ]; then
echo "::error::Failed to detect CI provider!"
exit 1
fi
github-release:
needs: [route, verify-provider]

@ -1,5 +1,13 @@
# Changelog
## [1.3.2] - 2025-02-21
### Added
- add missing conditional exit in release workflow
### Changed
- update webpages for version v1.3.2
## [1.3.1] - 2025-02-21
### Added
- enhance GitHub and Gitea release workflows with Python setup and binary preparation

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.3.1"
version = "1.3.2"
[env:esp32dev]
platform = espressif32