Skip to content

Release v0.13.0#264

Open
tylerbutler-release-bot[bot] wants to merge 2 commits intomainfrom
release/next
Open

Release v0.13.0#264
tylerbutler-release-bot[bot] wants to merge 2 commits intomainfrom
release/next

Conversation

@tylerbutler-release-bot
Copy link
Copy Markdown
Contributor

@tylerbutler-release-bot tylerbutler-release-bot bot commented Apr 11, 2026

v0.13.0 - 2026-04-11

Features

Added

Multi-target file mappings in repoverlay.ccl

A source file can now map to multiple target paths using duplicate keys in the mappings section:

mappings = .editorconfig = .editorconfig .editorconfig = packages/frontend/.editorconfig

This copies the source file to every listed target. Single-value mappings continue to work as before. All targets are tracked in the overlay state file, so remove cleans up every copy.

Fixes

Fixed

Log warnings when .ccl state files fail to parse instead of silently skipping

Previously, corrupted or unparseable .ccl state files were silently ignored. Now repoverlay logs a warning message identifying the problematic file before skipping it, making it easier to diagnose configuration issues.

Command: library

Fixed

Surface file read errors in show_file_diff instead of silently treating as empty

Previously, if reading either the existing or overlay file failed in show_file_diff, the error was silently swallowed and the file was treated as empty. Now the function logs a warning and prints a user-visible warning message identifying the problematic file before returning early.

Validate overlay names reject path separators in release builds

OverlayName previously only checked for forward slashes via debug_assert, meaning invalid names with path separators (including backslashes) could slip through in release builds. Added OverlayName::try_new which returns an error for names containing / or \, and updated all user-input paths to use it.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@tylerbutler-release-bot tylerbutler-release-bot bot force-pushed the release/next branch 2 times, most recently from 3882e5d to 6180dfc Compare April 11, 2026 22:51
@tylerbutler-release-bot tylerbutler-release-bot bot changed the title Release v0.12.1 Release v0.13.0 Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant