Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Changelog

## [Unreleased]

## [3.9.1] - 2026-08-23
### Changed
- **CI**: retired the scheduled Dependency Update workflow (#176). Its PRs
were created with the default `GITHUB_TOKEN`, so CI never ran on them,
and its blanket `go get -u` bumped the `go` directive to unpatched .0
releases. Dependabot takes over fully: gomod updates now include indirect
dependencies, grouped weekly for minor/patch bumps (majors stay separate),
plus weekly grouped GitHub Actions updates.
- **Dependencies**: first grouped dependabot updates — 32 minor/patch Go
module bumps in one PR (#184), `github.com/google/flatbuffers`
23.5.26 → 25.12.19 (#185), and 5 GitHub Actions bumps (#183).
- **CI**: the fuzz workflow pins Go as `1.26.x` with `check-latest`; the
bare `1.26` pin resolved to go1.26.6 under `setup-go@v7`'s
`GOTOOLCHAIN=local` and refused go.mod's `go 1.26.7` (#183).

## [3.9.0] - 2026-08-22
### Changed
Expand Down
Loading