-
Notifications
You must be signed in to change notification settings - Fork 1
Release 0.24.0 #337
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
Release 0.24.0 #337
Conversation
Main to dev
* Update TITLE-I endpoints to use data from 2014 to 2023 as the default. * Update CHANGELOG.md Moved entry to unreleased section.
* Rename totalCounts with totalRecipientCount * rename title I totalRecipients to totalRecipientCount
CHANGELOG.md
Outdated
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [Unreleased] | |
## [0.24.0] - 2025-07-31 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a suggestion: at the end of the Front-end CHANGELOG, there’s a section that allows users to compare versions, like this:
[1.11.0]: https://github.com/policy-design-lab/pdl-frontend/compare/1.10.0...1.11.0
[1.10.0]: https://github.com/policy-design-lab/pdl-frontend/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/policy-design-lab/pdl-frontend/compare/1.8.0...1.9.0
[1.8.0]: https://github.com/policy-design-lab/pdl-frontend/compare/1.7.0...1.8.0
...
Do we want to add something similar at the end of this API CHANGELOG? This will make it easier to navigate the differences between each release
Also, @ylyangtw @sandeep-ps , in the last release, we have |
Yes, we need the version change (thanks for catching that) and the entry at the end of CHANGELOG. Ref: #337 (comment) |
Sounds good. Where do you add it? I could not find it in frontend changelog https://github.com/policy-design-lab/pdl-frontend/blob/release-1.11.0/CHANGELOG.md |
Please use this PR as reference. Please see the change at the bottom of the CHANGELOG. |
Thanks for review @sandeep-ps @pengyin-shan I have addressed all feedbacks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good. I will approve.
No description provided.