Skip to content

chore(deps): bump github.com/grokify/structured-changelog from 0.15.1 to 0.16.0 - #16

Merged
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/grokify/structured-changelog-0.16.0
Aug 29, 2026
Merged

chore(deps): bump github.com/grokify/structured-changelog from 0.15.1 to 0.16.0#16
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/grokify/structured-changelog-0.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/grokify/structured-changelog from 0.15.1 to 0.16.0.

Release notes

Sourced from github.com/grokify/structured-changelog's releases.

v0.16.0

Release Notes: v0.16.0

Full Changelog: grokify/structured-changelog@v0.15.1...v0.16.0

Changelog

Sourced from github.com/grokify/structured-changelog's changelog.

[v0.16.0] - 2026-08-23 (02d2aee)

Highlights

  • Human-facing Markdown now collapses the Dependencies category to a one-line summary by default, keeping generated changelogs readable while the full list stays in the JSON source
  • RMI trailer flow: Refs: git trailers on commits now flow through parse-commits into pre-populated rmis on generated changelog entries
  • CLI binaries now self-identify between releases: version/--version report the module version, commit, build time, and dirty flag from build info

Added

  • Per-category render controls in the renderer: ExcludeCategories (omit a section) and CollapseCategories (render a category as a one-line entry count) (3aa08ca)
  • generate flags --exclude-categories, --collapse-categories, and --expand-categories for per-invocation category control (3aa08ca)
  • Options.WithExcludeCategories, WithCollapseCategories, and WithExpandCategories builder methods (3aa08ca)
  • parse-commits extracts roadmap item IDs from Refs: trailers into a per-commit rmis list (TOON and JSON output) (840489b)
  • Additive rmis []string field on Entry with a WithRMIs builder; the legacy singular rmi is retained and treated as a one-element rmis. New validate warnings: W006 (malformed RMI ID) and W007 (rmi/rmis disagreement) (a7a6237)
  • init --from-tags pre-populates each entry's rmis from the underlying commits' trailers (deduplicated, sorted) (ef9a0be)
  • schangelog version/--version report the real build via runtime/debug.ReadBuildInfo() (module version or (devel), commit SHA, build time, dirty flag, Go version, OS/arch) when goreleaser ldflags aren't stamped; make build stamps a git describe version (57082dc)

Changed

  • BREAKING: The default and standard presets now collapse the Dependencies category to a one-line summary; use --full or --expand-categories Dependencies to restore the full list. Existing CHANGELOG.md output will change on the next generate for projects carrying Dependencies entries (3aa08ca)

Dependencies

  • 2 dependency updates

Documentation

  • Document the rmis-preferred / initiative-only-without-RMI convention and the trailer flow in the PRISM integration guide
  • Add the Generating Changelogs site guide covering generate presets, tiers, notable filtering, and category collapse/exclude (44e4dea)
  • Add the CLI Versioning & Build Provenance guide documenting the build-info + git-describe convention (02d2aee)
Commits
  • a8ab4c2 docs(changelog): fold CLI versioning + new guides into v0.16.0
  • 02d2aee docs: document CLI versioning & build-provenance convention
  • 57082dc feat(cli): report real version from build info for dev builds
  • 44e4dea docs(site): add Generating Changelogs guide for generate output controls
  • b0627a1 docs(changelog): consolidate unreleased v0.16.0 and v0.17.0 into v0.16.0
  • aa37da4 docs(prism): document rmis convention and ship v0.17.0
  • ef9a0be feat(init): pre-populate entry rmis from commit trailers
  • a7a6237 feat(changelog): add plural rmis field to Entry with validation
  • 840489b feat(gitlog): parse Refs trailers into per-commit RMI IDs
  • f2bdbee docs(specs): add INIT-SCHANGELOG-001 RMI trailer flow spec
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/grokify/structured-changelog](https://github.com/grokify/structured-changelog) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/grokify/structured-changelog/releases)
- [Changelog](https://github.com/grokify/structured-changelog/blob/main/CHANGELOG.md)
- [Commits](grokify/structured-changelog@v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/grokify/structured-changelog
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 27, 2026
@grokify
grokify merged commit d1be39d into main Aug 29, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/grokify/structured-changelog-0.16.0 branch August 29, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant