Skip to content

release: cut v0.1.1 - #10

Merged
arr-wf merged 3 commits into
mainfrom
release/v0.1.1
Aug 27, 2026
Merged

release: cut v0.1.1#10
arr-wf merged 3 commits into
mainfrom
release/v0.1.1

Conversation

@arr-wf

@arr-wf arr-wf commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Turns the current `## [Unreleased]` section into `## [0.1.1] — 2026-08-27`
so the release workflow (which extracts GitHub Release notes from the
CHANGELOG heading matching the tag) has real notes for the tag.

Also folds in the two pending Dependabot bumps (#8, #1) so they ship
with 0.1.1 instead of trickling in as separate releases:

  • codeql-action group bump (3 updates)
  • golang.org/x/sys 0.45.0 → 0.47.0 (indirect-and-patch group)

Contents shipping in 0.1.1:

`go build ./...` and `go test ./...` both clean after the cherry-picks.

Once this merges, tag `main` with a signed annotated tag to trigger
the release workflow:
```
git tag -s -a v0.1.1 -m "release v0.1.1"
git push origin v0.1.1
```
That still needs your YubiKey touch for the signature, and the release
environment's required-reviewer approval in Actions before
`publish-source-release` actually runs.

🤖 Generated with Claude Code

arr-wf and others added 3 commits August 27, 2026 15:32
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Bumps the codeql-action group with 3 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action).


Updates `github/codeql-action/init` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff2f1c6...db488dd)

Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff2f1c6...db488dd)

Updates `github/codeql-action/upload-sarif` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff2f1c6...db488dd)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codeql-action
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codeql-action
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codeql-action
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the indirect-and-patch group with 1 update in the / directory: [golang.org/x/sys](https://github.com/golang/sys).


Updates `golang.org/x/sys` from 0.45.0 to 0.47.0
- [Commits](golang/sys@v0.45.0...v0.47.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: indirect-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​golang.org/​x/​sys@​v0.45.0 ⏵ v0.47.084 +1100100100100

View full report

@arr-wf
arr-wf merged commit 98beffc into main Aug 27, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants