Compare commits

...

3 Commits

Author SHA1 Message Date
c25f41db75 docs: update changelog for version 1.3.9
All checks were successful
Release Workflow / route (push) Successful in 16s
Release Workflow / verify-provider (push) Successful in 4s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m51s
2025-02-21 21:00:21 +01:00
e107c17f50 docs: update webpages for version v1.3.9 2025-02-21 21:00:21 +01:00
85b9d03ebd ci: comment out permissions for GitHub release workflow 2025-02-21 20:59:37 +01:00
3 changed files with 9 additions and 3 deletions

View File

@ -6,8 +6,8 @@ on:
jobs: jobs:
create-release: create-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: #permissions:
contents: write # contents: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [1.3.9] - 2025-02-21
### Changed
- update webpages for version v1.3.9
- ci: comment out permissions for GitHub release workflow
## [1.3.8] - 2025-02-21 ## [1.3.8] - 2025-02-21
### Added ### Added
- add Gitea and GitHub release workflows - add Gitea and GitHub release workflows

View File

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