Skip to content

Fix PlatformIO deployment: bump Pipe, robus, and serial versions#501

Merged
nicolas-rabault merged 2 commits intomainfrom
fix/pio_deployment_version_bump
Feb 18, 2026
Merged

Fix PlatformIO deployment: bump Pipe, robus, and serial versions#501
nicolas-rabault merged 2 commits intomainfrom
fix/pio_deployment_version_bump

Conversation

@nicolas-rabault
Copy link
Copy Markdown
Member

Summary

  • PlatformIO deployment failed for Pipe, robus_network, and serial_network after the RC 3.1.0 merge (Rc 3.1.0 #458) because their versions were not bumped despite having code changes
  • robus_network: 3.0.03.1.0 (HAL changes across all platforms, PTP fix after reset on STM32G4, infinite collision fix)
  • serial_network: 1.0.01.1.0 (new STM32L476 HAL, COM port > COM9 fix, native HAL byte count/delay fix)
  • Pipe: 2.0.02.1.0 (new STM32L476 pipe_com HAL, serial_protocol.h update)
  • ws_network: dependency updated from luos_engine@^3.0.0 to ^3.1.0
  • All example projects already reference correct versions (luos_engine@^3.1.0 via library.json, local libs via lib_extra_dirs)

Test plan

  • Verify PlatformIO deployment workflow (pio_release.yml) succeeds for all 5 libraries
  • Verify example projects still build correctly via CI

🤖 Generated with Claude Code

nicolas-rabault and others added 2 commits February 18, 2026 16:08
…deployment

PlatformIO deployment failed for these libraries after the RC 3.1.0 merge
because their versions were not bumped despite having code changes:
- robus_network: 3.0.0 → 3.1.0 (HAL fixes, PTP fix, collision fix)
- serial_network: 1.0.0 → 1.1.0 (new STM32L476 HAL, COM port fix)
- Pipe: 2.0.0 → 2.1.0 (new STM32L476 HAL, serial protocol update)
- ws_network: dependency updated to luos_engine ^3.1.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ws_network 1.0.0 was already published to the registry, so the
dependency update to luos_engine ^3.1.0 needs a version bump to
actually be distributed to users.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@nicolas-rabault nicolas-rabault merged commit f1af47b into main Feb 18, 2026
86 of 94 checks passed
@nicolas-rabault nicolas-rabault deleted the fix/pio_deployment_version_bump branch February 18, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant