Compare commits

...

3 Commits

Author SHA1 Message Date
Manuel Weiser cf5fc5f6f1 docs: update changelog for version 1.3.2 2025-02-21 19:33:26 +01:00
Manuel Weiser 945a4ccce6 docs: update webpages for version v1.3.2 2025-02-21 19:33:26 +01:00
Manuel Weiser 7cf9e2d145 fix: add missing conditional exit in release workflow 2025-02-21 19:33:24 +01:00
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -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]
+8
View File
@@ -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
+1 -1
View File
@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.3.1"
version = "1.3.2"
[env:esp32dev]
platform = espressif32