Skip to content

Commit 65bdc9b

Browse files
tylerbutler-release-bot[bot]tylerbutlergithub-actions[bot]
authored
Release v0.11.1 (#227)
## v0.11.1 - 2026-03-17 ### Fixes #### Fixed ##### Allow overlay operations when git exclude updates fail Apply, remove, and switch no longer abort when `.git/info/exclude` cannot be updated (e.g. in codespace worktrees with non-portable absolute paths). A warning is shown and the operation continues — overlay files may appear as untracked in git status. --------- Co-authored-by: tylerbutler <19589+tylerbutler@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8402a0a commit 65bdc9b

File tree

5 files changed

+27
-12
lines changed

5 files changed

+27
-12
lines changed

.changes/unreleased/Fixed-20260317-033133.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changes/v0.11.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v0.11.1 - 2026-03-17
2+
3+
4+
### Fixes
5+
6+
7+
#### Fixed
8+
9+
##### Allow overlay operations when git exclude updates fail
10+
11+
Apply, remove, and switch no longer abort when `.git/info/exclude` cannot be updated (e.g. in codespace worktrees with non-portable absolute paths). A warning is shown and the operation continues — overlay files may appear as untracked in git status.
12+

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.11.1 - 2026-03-17
9+
10+
11+
### Fixes
12+
13+
14+
#### Fixed
15+
16+
##### Allow overlay operations when git exclude updates fail
17+
18+
Apply, remove, and switch no longer abort when `.git/info/exclude` cannot be updated (e.g. in codespace worktrees with non-portable absolute paths). A warning is shown and the operation continues — overlay files may appear as untracked in git status.
19+
20+
821
## v0.11.0 - 2026-03-17
922

1023

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "repoverlay"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2024"
55
rust-version = "1.91"
66
authors = ["Tyler Butler <tyler@tylerbutler.com>"]

0 commit comments

Comments
 (0)