.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-whatsnew - Show release notes for new versions of glab. .SH SYNOPSIS \fBglab whatsnew [version] [flags]\fP .SH DESCRIPTION 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. .PP Pass a version argument to view notes for a specific release, or use --since to set an explicit baseline. .SH OPTIONS \fB--latest\fP[=false] Show release notes for the latest published release only. (default false) .PP \fB--since\fP="" Show release notes for every release newer than this version. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # 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 .EE .SH SEE ALSO \fBglab(1)\fP