Compare commits

..

2 Commits

Author SHA1 Message Date
3dd4b82710 docs: update changelog and header for version v1.5.12-beta2
All checks were successful
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m22s
2025-08-29 08:23:49 +02:00
bc41205f15 docs: update platformio.ini for beta version v1.5.12-beta2 2025-08-29 08:23:49 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog # Changelog
## [1.5.12-beta2] - 2025-08-29
### Changed
- update platformio.ini for beta version v1.5.12-beta2
### Fixed
- enhance filament creation logic to include dynamic comments based on payload
## [1.5.12-beta1] - 2025-08-28 ## [1.5.12-beta1] - 2025-08-28
### Added ### Added
- implement filament and spool creation in Spoolman API - implement filament and spool creation in Spoolman API

View File

@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.5.12-beta1" version = "1.5.12-beta2"
to_old_version = "1.5.0" to_old_version = "1.5.0"
## ##