Skip to content

Commit a2b3fe8

Browse files
chore: release main (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 30a2f67 commit a2b3fe8

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.1"
2+
".": "1.6.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.6.2](https://github.com/ChipWolf/dotfiles/compare/v1.6.1...v1.6.2) (2026-04-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **install:** split elevation so errors are visible and bw login runs in user context ([30a2f67](https://github.com/ChipWolf/dotfiles/commit/30a2f677498ad543a83d65a15de6610980da4ed2))
9+
* **tests:** make bats tests work on Windows (Git Bash + native Ruby) ([0fafbac](https://github.com/ChipWolf/dotfiles/commit/0fafbacb5a3a591b16dc2da9d9cdf172480277c0))
10+
311
## [1.6.1](https://github.com/ChipWolf/dotfiles/compare/v1.6.0...v1.6.1) (2026-04-13)
412

513

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
4444
> [!WARNING]
4545
> These scripts fetch and execute code from this repo in a single command. Review them first if that matters to you, or use the [inspect-first path](#inspect-first) below.
4646
>
47-
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.1) assets with [SLSA Build L3](https://slsa.dev/spec/v1.0/levels#build-l3) provenance, verified with: `gh attestation verify install.sh --repo chipwolf/dotfiles` <!-- x-release-please-version -->
47+
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.2) assets with [SLSA Build L3](https://slsa.dev/spec/v1.0/levels#build-l3) provenance, verified with: `gh attestation verify install.sh --repo chipwolf/dotfiles` <!-- x-release-please-version -->
4848
4949
**macOS / Linux**
5050

5151
<!-- x-release-please-start-version -->
5252

5353
```sh
54-
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.6.1/install.sh)"
54+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.6.2/install.sh)"
5555
```
5656

5757
<!-- x-release-please-end -->
@@ -61,7 +61,7 @@ sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.6.
6161
<!-- x-release-please-start-version -->
6262

6363
```powershell
64-
irm https://github.com/chipwolf/dotfiles/releases/download/v1.6.1/install.ps1 | iex
64+
irm https://github.com/chipwolf/dotfiles/releases/download/v1.6.2/install.ps1 | iex
6565
```
6666

6767
<!-- x-release-please-end -->
@@ -219,7 +219,7 @@ All release artifacts are built with [SLSA Build L3](https://slsa.dev/spec/v1.0/
219219

220220
This covers:
221221

222-
- **Install scripts** ([`install.sh.tmpl`](install.sh.tmpl), [`install.ps1.tmpl`](install.ps1.tmpl)): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.1) assets after CI template rendering. <!-- x-release-please-version -->
222+
- **Install scripts** ([`install.sh.tmpl`](install.sh.tmpl), [`install.ps1.tmpl`](install.ps1.tmpl)): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.2) assets after CI template rendering. <!-- x-release-please-version -->
223223
- **Codespaces overlay image** ([ghcr.io/chipwolf/dotfiles](https://ghcr.io/chipwolf/dotfiles)): published to GHCR.
224224

225225
> [!NOTE]
@@ -234,7 +234,7 @@ Verify:
234234
gh attestation verify install.sh --repo chipwolf/dotfiles
235235

236236
# Container image
237-
gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.6.1 --repo chipwolf/dotfiles
237+
gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.6.2 --repo chipwolf/dotfiles
238238
```
239239

240240
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)