glab(1) glab(1)

glab-whatsnew - Show release notes for new versions of glab.

glab whatsnew [version] [flags]

With no arguments, shows release notes for every glab release published since the last time you ran 'whatsnew' or saw the post-upgrade banner — capped at the most recent 10 releases.

Pass a version argument to view notes for a specific release, or use --since to set an explicit baseline.

--latest[=false] Show release notes for the latest published release only. (default false)

--since="" Show release notes for every release newer than this version.

-h, --help[=false] Show help for this command.

# Show release notes for every release since you last looked
glab whatsnew
# Show notes for the latest published release
glab whatsnew --latest
# Show notes for a specific version
glab whatsnew v1.85.0
# Show notes for every release published after a given version
glab whatsnew --since v1.80.0

glab(1)

Jun 2026 Auto generated by spf13/cobra