andygrove opened a new pull request, #2243:
URL: https://github.com/apache/datafusion-ballista/pull/2243

   # Which issue does this PR close?
   
   N/A - release preparation task for 54.1.0.
   
   # Rationale for this change
   
   Preparing to cut the 54.1.0 patch release from `branch-54`. The release 
process
   requires a changelog for the new version to be merged into the release branch
   before the release candidate tag is created.
   
   While generating it, I noticed the changelog toctree in `index.md` was never
   updated when 54.0.0 was released, so `docs/source/changelog/54.0.0.md` 
exists in
   the repo but is not reachable from the rendered docs site. That is fixed here
   too.
   
   # What changes are included in this PR?
   
   - Add `docs/source/changelog/54.1.0.md`, generated with
     `./dev/release/generate-changelog.py 54.0.0 HEAD 54.1.0`. It covers the 10
     commits on `branch-54` since the 54.0.0 tag: nine bug fixes plus the
     DataFusion 54.1.0 upgrade and version bump.
   - Add `54.1.0` and `54.0.0` to the toctree in
     `docs/source/changelog/index.md`.
   
   The generated credits section attributed every entry to the author of the
   backport PR. Two of these fixes were originally written by other 
contributors,
   so the entries and the credits summary were corrected by hand to credit
   @sandugood for #2107 and @goingforstudying-ctrl for #2119.
   
   # Are there any user-facing changes?
   
   Documentation only. No code changes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to