Compare commits

..

No commits in common. "cf5fc5f6f1985d1ae111d08e0fda6c5792699590" and "9db4e338ea1ed8ff2d3d2fef9a4e6f3360410480" have entirely different histories.

3 changed files with 1 additions and 10 deletions

View File

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

View File

@ -1,13 +1,5 @@
# 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

View File

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