Skip to content

Commit dc8126c

Browse files
chore: release main (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16b5fc5 commit dc8126c

5 files changed

Lines changed: 17 additions & 9 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.3.1"
2+
".": "1.3.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.3.2](https://github.com/ChipWolf/dotfiles/compare/v1.3.1...v1.3.2) (2026-03-23)
4+
5+
6+
### Miscellaneous
7+
8+
* **container:** add cross-reference comments for DIFF_COUNT ([9353128](https://github.com/ChipWolf/dotfiles/commit/935312831366d143c366284a7022ced4e99ed677))
9+
* **install:** add set -x to overlay post-apply block for debugging ([16b5fc5](https://github.com/ChipWolf/dotfiles/commit/16b5fc54f4bd5097bc547a97d08fc237e89c8aba))
10+
311
## [1.3.1](https://github.com/ChipWolf/dotfiles/compare/v1.3.0...v1.3.1) (2026-03-23)
412

513

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
4141
> [!WARNING]
4242
> 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.
4343
>
44-
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.3.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 -->
44+
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.3.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 -->
4545
4646
**macOS / Linux**
4747

4848
<!-- x-release-please-start-version -->
4949
```sh
50-
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.3.1/install.sh)"
50+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.3.2/install.sh)"
5151
```
5252
<!-- x-release-please-end -->
5353

5454
**Windows** (PowerShell, the script self-elevates)
5555

5656
<!-- x-release-please-start-version -->
5757
```powershell
58-
irm https://github.com/chipwolf/dotfiles/releases/download/v1.3.1/install.ps1 | iex
58+
irm https://github.com/chipwolf/dotfiles/releases/download/v1.3.2/install.ps1 | iex
5959
```
6060
<!-- x-release-please-end -->
6161

@@ -170,7 +170,7 @@ All release artifacts are built with [SLSA Build L3](https://slsa.dev/spec/v1.0/
170170

171171
This covers:
172172

173-
- **Install scripts** (`install.sh`, `install.ps1`): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.3.1) assets. <!-- x-release-please-version -->
173+
- **Install scripts** (`install.sh`, `install.ps1`): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.3.2) assets. <!-- x-release-please-version -->
174174
- **Codespaces overlay image** ([ghcr.io/chipwolf/dotfiles](https://ghcr.io/chipwolf/dotfiles)): published to GHCR.
175175

176176
> [!NOTE]
@@ -184,7 +184,7 @@ Verify:
184184
gh attestation verify install.sh --repo chipwolf/dotfiles
185185

186186
# Container image
187-
gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.3.1 --repo chipwolf/dotfiles
187+
gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.3.2 --repo chipwolf/dotfiles
188188
```
189189
<!-- x-release-please-end -->
190190

install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# install.ps1 — Bootstrap chezmoi dotfiles on Windows.
22
# Forks: update $repoUrl below to point at your fork.
33
# Usage (elevated PowerShell not required — script self-elevates):
4-
# irm https://github.com/chipwolf/dotfiles/releases/download/v1.3.1/install.ps1 | iex # x-release-please-version
4+
# irm https://github.com/chipwolf/dotfiles/releases/download/v1.3.2/install.ps1 | iex # x-release-please-version
55
# Or clone the repo and run:
66
# .\install.ps1
77

88
$repoUrl = "https://github.com/chipwolf/dotfiles"
9-
$rawBase = "https://github.com/chipwolf/dotfiles/releases/download/v1.3.1" # x-release-please-version
9+
$rawBase = "https://github.com/chipwolf/dotfiles/releases/download/v1.3.2" # x-release-please-version
1010

1111
$ErrorActionPreference = "Stop"
1212

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ -n "${CODESPACES:-}" ] && [ -z "${DOTFILES_NO_OVERLAY:-}" ]; then
1919
| tar -xz -C /tmp/_crane crane
2020
CRANE=/tmp/_crane/crane
2121

22-
OUR_IMAGE="ghcr.io/chipwolf/dotfiles:v1.3.1" # x-release-please-version
22+
OUR_IMAGE="ghcr.io/chipwolf/dotfiles:v1.3.2" # x-release-please-version
2323

2424
OUR_MANIFEST=$("$CRANE" manifest "$OUR_IMAGE")
2525
OUR_DIGEST=$("$CRANE" digest "$OUR_IMAGE")

0 commit comments

Comments
 (0)