Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog top level date is wrong #5920

Open
Vrixyz opened this issue Feb 20, 2025 · 1 comment
Open

Changelog top level date is wrong #5920

Vrixyz opened this issue Feb 20, 2025 · 1 comment

Comments

@Vrixyz
Copy link

Vrixyz commented Feb 20, 2025

Looking at the changelog is confusing due to 2022 being listed on the top level, it should probably be "unreleased". But then we see "unreleased" later.

clap/CHANGELOG.md

Lines 1 to 23 in cb2352f

# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 5.0.0 - 2022-11-24
### Breaking Changes
- Made `ArgPredicate` `non_exhaustive`
- *(help)* Change default `Command::term_width` to "source format"
- *(help)* Change default `Command::max_term_width` to 100
- *(derive)* `Vec<Vec<T>>` types are now assuming to capture occurrences
### Features
- *(derive)* Group values by their occurrence with `Vec<Vec<T>>`
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [4.5.30] - 2025-02-17

@epage
Copy link
Member

epage commented Feb 20, 2025

Unsure why 5.0.0 has a date. Its not released but we have to be careful how we mark it because we have regexes that will match on certain text to update the changelog on release.

I made some tweaks in 9caee53

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

No branches or pull requests

2 participants