Skip to content

v0.42.2

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Feb 06:20
· 13 commits to main since this release
c6d30be

🌟 Release Highlights

A focused maintenance release improving cross-platform compatibility and documentation quality.

πŸ› Bug Fixes & Improvements

Cross-Platform Path Handling (#13853)
Compiled .lock.yml files now use Unix-style forward slashes consistently, fixing Windows workflow compatibility issues. Previously, Windows builds generated backslash separators that broke cross-platform workflows.

Documentation Link Fixes (#13847)
Corrected broken GitHub Copilot documentation reference in frontmatter guide, ensuring users can access the custom agents specification.

πŸ”§ Platform Updates

Windows Build Optimization (#13854)
Removed 32-bit Windows (windows-386) from release targets, streamlining the build process to focus on actively-used platforms.

Default Message Improvements (#13848)
Replaced themed default workflow messages with professional equivalents for better consistency across organizations.


For complete details, see CHANGELOG.

Generated by Release


What's Changed

  • Fix broken GitHub Copilot documentation link in frontmatter reference by @Copilot in #13847
  • Remove pirate theme from default workflow messages by @Copilot in #13848
  • Remove windows-386 from release build targets by @Copilot in #13854
  • Normalize file paths to Unix format in compiled .lock.yml files by @Copilot in #13853

Full Changelog: v0.42.1...v0.42.2